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

Instance of DiscoveredPrinter that is returned when performing a USB discovery. Only availible in Android. More...

Inheritance diagram for LinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb:
LinkOS.Plugin.Abstractions.IDiscoveredPrinter

Public Member Functions

void RequestPermission (object androidContext)
 If request is not added to Android Manifest, you may need to request permision to use the USB device (See sample in IUsbDiscoverer) More...
 

Properties

bool HasPermissionToCommunicate [get]
 Verification that the user has given permission to communicate with the USB accessory- the printer. More...
 
object Device [get]
 The Android™ UsbDevice used by this DiscoveredPrinterUsb instance More...
 
object Manager [get]
 The Android™ UsbManager used by this DiscoveredPrinterUsb instance More...
 

Detailed Description

Instance of DiscoveredPrinter that is returned when performing a USB discovery. Only availible in Android.

Member Function Documentation

void LinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb.RequestPermission ( object  androidContext)

If request is not added to Android Manifest, you may need to request permision to use the USB device (See sample in IUsbDiscoverer)

Parameters
androidContextthe Android Context object

Property Documentation

object LinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb.Device
get

The Android™ UsbDevice used by this DiscoveredPrinterUsb instance

bool LinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb.HasPermissionToCommunicate
get

Verification that the user has given permission to communicate with the USB accessory- the printer.

object LinkOS.Plugin.Abstractions.IDiscoveredPrinterUsb.Manager
get

The Android™ UsbManager used by this DiscoveredPrinterUsb instance


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