Click or drag to resize

ConnectionRead Method

Reads all the available data from the connection. This call is non-blocking.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
byte[] Read()

Return Value

Type: Byte
Data read from the connection.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also