Click or drag to resize

UsbConnectionRead(Int32) Method

Reads up to maxBytesToRead into byte array

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntax
public override byte[] Read(
	int maxBytesToRead
)

Parameters

maxBytesToRead  Int32
The maximum number of bytes to read.

Return Value

Byte
Remarks
Performing reads using DriverPrinterConnection and UsbConnection concurrently could cause indeterminate reads.
See Also