Click or drag to resize

ConnectionAReadChar Method

Reads the next byte of data from the connection.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public virtual int ReadChar()

Return Value

Int32
The next byte from the connection.

Implements

ConnectionReadChar
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
Remarks
The value byte is returned as an int in the range of 0 to 255. If no byte is available on the connection the value -1 is returned.
See Also