Click or drag to resize

DriverPrinterConnection.Read 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: 3.0.3271
Syntax
public override byte[] Read()

Return Value

Byte[]
Data read from the connection.

Implements

Connection.Read()
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also