Click or drag to resize

ConnectionRead Method (BinaryWriter)

Reads all the available data from the connection.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
void Read(
	BinaryWriter destinationStream
)

Parameters

destinationStream
Type: System.IOBinaryWriter
For read data.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
Remarks
This call is non-blocking.
See Also