Click or drag to resize

UsbConnectionRead Method (Int32)

Reads up to maxBytesToRead into byte array

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

Parameters

maxBytesToRead
Type: SystemInt32
The maximum number of bytes to read.

Return Value

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