Click or drag to resize

TcpConnectionBytesAvailable Method

Returns an estimate of the number of bytes that can be read from this connection without blocking.

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

Return Value

Int32
The estimated number of bytes available.

Implements

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