Click or drag to resize

UsbConnection Constructor (UsbManager, UsbDevice, Int32, Int32)

Creates a new UsbConnection.

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

Parameters

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