Click or drag to resize

BluetoothStatusConnectionRead(Int32) Method

Reads maxBytesToRead of the available data from the connection.

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

Parameters

maxBytesToRead  Int32
number of bytes to read

Return Value

Byte
the bytes read from the connection
Exceptions
ExceptionCondition
ConnectionExceptionif an I/O error occurs.
Remarks
This call is non-blocking.
See Also