Click or drag to resize

UsbConnection(UsbManager, UsbDevice, Int32, Int32) Constructor

Creates a new UsbConnection.

Namespace: Zebra.Sdk.Comm
Assembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
public UsbConnection(
	UsbManager manager,
	UsbDevice device,
	int maxTimeoutForRead,
	int timeToWaitForMoreData
)

Parameters

manager  UsbManager
The UsbManager object used to create this UsbConnection.
device  UsbDevice
The UsbDevice object.
maxTimeoutForRead  Int32
Maximum time to wait for read data.
timeToWaitForMoreData  Int32
Maximum time to wait for more data after initial data is sent from printer.
See Also