Click or drag to resize

UsbDiscovererIsZebraUsbDevice Method

Determines if the UsbDevice is a Zebra printer.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax
public static bool IsZebraUsbDevice(
	UsbDevice device
)

Parameters

device
Type: UsbDevice
The UsbDevice.

Return Value

Type: Boolean
True if the USB device is a Zebra device.
See Also