Click or drag to resize

UsbPermissionRequestorRequestUsbPermission Method

Intended to be implemented by an Activity that knows how to request permission for USB communications from the Android USB manager.
It will be used/accessed by the SDK when attempting to reestablish USB communications after a firmware download and printer reset.

Namespace:  Zebra.Sdk.Comm
Assembly:  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax
void RequestUsbPermission(
	UsbDevice usbDevice
)

Parameters

usbDevice
Type: UsbDevice
The UsbDevice object.
See Also