Zebra LinkOS Multiplatform SDK for Xamarin  1.1
Link-OS Portable Class Library Plugin for Xamarin
LinkOS.Plugin.Abstractions.IDiscoveredPrinter Interface Reference

Container holding information about a discovered printer. More...

Inheritance diagram for LinkOS.Plugin.Abstractions.IDiscoveredPrinter:
LinkOS.Plugin.Abstractions.IDiscoveredPrinterBluetooth LinkOS.Plugin.Abstractions.IDiscoveredPrinterNetwork LinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb LinkOS.Plugin.DiscoveredPrinterImplementation LinkOS.Plugin.DiscoveredPrinterBluetoothImplementation LinkOS.Plugin.DiscoveredPrinterNetworkImplementation LinkOS.Plugin.DiscoveredPrinterBluetoothImplementation LinkOS.Plugin.DiscoveredPrinterNetworkImplementation

Public Member Functions

string ToString ()
 For TCP, this returns the IP Address. For Bluetooth, returns serial number of printer in iOS or MAC address in Android. More...
 

Properties

string Address [get]
 MAC address, IP Address, or local name of printer. More...
 
IConnection Connection [get]
 Creates a connection based on the information in the DiscoveredPrinter response More...
 

Detailed Description

Container holding information about a discovered printer.

Member Function Documentation

string LinkOS.Plugin.Abstractions.IDiscoveredPrinter.ToString ( )

For TCP, this returns the IP Address. For Bluetooth, returns serial number of printer in iOS or MAC address in Android.

Returns
For TCP, this returns the IP Address. For Bluetooth, returns serial number of printer in iOS or MAC address in Android.

Implemented in LinkOS.Plugin.DiscoveredPrinterImplementation.

Property Documentation

string LinkOS.Plugin.Abstractions.IDiscoveredPrinter.Address
get

MAC address, IP Address, or local name of printer.

IConnection LinkOS.Plugin.Abstractions.IDiscoveredPrinter.Connection
get

Creates a connection based on the information in the DiscoveredPrinter response


The documentation for this interface was generated from the following file: