Click or drag to resize

DriverPrinterConnectionRead Method

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

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

Return Value

Type: Byte
Data read from the connection.

Implements

ConnectionRead
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also