UsbConnection(UsbManager, UsbDevice, Int32, Int32) Constructor
|
Creates a new UsbConnection.
Namespace: Zebra.Sdk.CommAssembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax public UsbConnection(
UsbManager manager,
UsbDevice device,
int maxTimeoutForRead,
int timeToWaitForMoreData
)
Public Sub New (
manager As UsbManager,
device As UsbDevice,
maxTimeoutForRead As Integer,
timeToWaitForMoreData As Integer
)
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