Click or drag to resize

ConnectionARead(Int32) Method

Reads maxBytesToRead of the available data from the connection.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public virtual 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