Zebra LinkOS Multiplatform SDK for Xamarin
1.1
Link-OS Portable Class Library Plugin for Xamarin
|
CLinkOS.Plugin.BluetoothDiscoverer | A class that discovers Bluetooth® devices. |
CLinkOS.Plugin.Connection | A connection to a device. |
CLinkOS.Plugin.ConnectionBuilder | Builds a Connection from a description string. The description string is used to specify a connection to a specific device over TCP or Bluetooth. |
CLinkOS.Plugin.DiscoveredPrinter | Container holding information about a discovered printer. |
CLinkOS.Plugin.DiscoveryHandler | Class to provide printer discovery events |
▼CLinkOS.Plugin.Abstractions.IBluetoothDiscoverer | A class that discovers Bluetooth® devices. |
CLinkOS.Plugin.BluetoothDiscovererImplementation | The implementation class that discovers Bluetooth� devices. |
▼CLinkOS.Plugin.Abstractions.IConnection | A connection to a device. |
CLinkOS.Plugin.ConnectionImplementation | The OS specific implementation of an IConnection |
▼CLinkOS.Plugin.Abstractions.IConnectionBuilder | Builds a Connection from a description string. The description string is used to specify a connection to a specific device over TCP or Bluetooth. |
CLinkOS.Plugin.ConnectionBuilderImplementation | The OS specific implementation of IConnectionBuilder |
▼CLinkOS.Plugin.Abstractions.IDiscoveredPrinter | Container holding information about a discovered printer. |
▼CLinkOS.Plugin.Abstractions.IDiscoveredPrinterBluetooth | Instance of DiscoveredPrinter that is returned when performing a Bluetooth® discovery. |
CLinkOS.Plugin.DiscoveredPrinterBluetoothImplementation | An OS specific instance of IDiscoveredPrinter that is returned when performing a bluetooth discovery. |
▼CLinkOS.Plugin.Abstractions.IDiscoveredPrinterNetwork | Instance of DiscoveredPrinter that is returned when performing a network discovery. |
CLinkOS.Plugin.DiscoveredPrinterNetworkImplementation | An OS specific instance of IDiscoveredPrinter that is returned when performing a network discovery. |
CLinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb | Instance of DiscoveredPrinter that is returned when performing a USB discovery. Only availible in Android. |
▼CLinkOS.Plugin.DiscoveredPrinterImplementation | The OS specific implementation of an IDiscoveredPrinter |
CLinkOS.Plugin.DiscoveredPrinterBluetoothImplementation | An OS specific instance of IDiscoveredPrinter that is returned when performing a bluetooth discovery. |
CLinkOS.Plugin.DiscoveredPrinterNetworkImplementation | An OS specific instance of IDiscoveredPrinter that is returned when performing a network discovery. |
CLinkOS.Plugin.Abstractions.IDiscoveryHandler | Interface definition for a callback to be invoked for printer discovery events |
CLinkOS.Plugin.Abstractions.IDiscoveryHandlerFactory | Factory to create a new instance of a IDiscoveryHandler |
▼CLinkOS.Plugin.Abstractions.IFieldDescription | This class is used to describe format variable fields. |
CLinkOS.Plugin.FieldDescription | This class is used to describe format variable fields. |
▼CLinkOS.Plugin.Abstractions.IFileUtil | This is an utility class for performing file operations on a device |
▼CLinkOS.Plugin.Abstractions.IZebraPrinter | An interface used to obtain various properties of a Zebra printer. |
CLinkOS.Plugin.ZebraPrinterImplementation | The OS specific implementation of an IZebraPrinter |
▼CLinkOS.Plugin.Abstractions.IFormatUtil | Defines functions used for interacting with printer formats. |
CLinkOS.Plugin.Abstractions.IZebraPrinter | An interface used to obtain various properties of a Zebra printer. |
▼CLinkOS.Plugin.Abstractions.IGraphicsUtil | This is an utility class for printing images on a device. |
CLinkOS.Plugin.Abstractions.IZebraPrinter | An interface used to obtain various properties of a Zebra printer. |
▼CLinkOS.Plugin.Abstractions.INetworkDiscoverer | A class used to discover printers on an IP Network. Note: There are no cancel discovery methods. Be carefull when using these to properly dispose of discoverer objects if navigating prior to finishing discovery. |
CLinkOS.Plugin.NetworkDiscovererImplementation | The OS specific implementation of an INetworkDiscoverer |
▼CLinkOS.Plugin.Abstractions.IPrinterStatus | A class used to obtain the status of a Zebra printer. |
CLinkOS.Plugin.PrinterStatusImplementation | The OS specific implementation of an IPrinterStatus |
CLinkOS.Plugin.Abstractions.IPrinterUtil | Numerous utilities to simplify printer operations |
CLinkOS.Plugin.Abstractions.IUsbDiscoverer | Discovers Zebra printers connected to an Android™ device via USB Host |
▼CLinkOS.Plugin.Abstractions.IZebraPrinterFactory | A factory used to acquire an instance of a ZebraPrinter. |
CLinkOS.Plugin.ZebraPrinterFactoryImplementation | The OS specific implementation of an IZebraPrinterFactory |
CLinkOS.Plugin.NetworkDiscoverer | A class used to discover printers on an IP Network. |
CLinkOS.Plugin.PrinterStatus | A class used to obtain the status of a Zebra printer. |
CLinkOS.Plugin.PrinterUtil | Numerous utilities to simplify printer operations |
CLinkOS.Plugin.UsbDiscoverer | Discovers Zebra printers connected to an Android™ device via USB Host |
CLinkOS.Plugin.ZebraPrinter | A genaric class used to obtain various properties of a Zebra printer. |
CLinkOS.Plugin.ZebraPrinterFactory | A factory used to acquire an instance of a ZebraPrinter. |