Provides implementation for Read()()().
Reads all the available data from the Bluetooth(R) connection.

Namespace:  ZSDK_API.Comm
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public byte[] Read()
Visual Basic (Declaration)
Public Function Read As Byte()

Return Value

A byte array containing the data read from the connection.

Implements

ZebraPrinterConnection..::.Read()()()

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf an I/O error occurs.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf the read could not be performed.

See Also