MultichannelConnectionBytesAvailable 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: 2.15.2634
Syntax public int BytesAvailable()
Public Function BytesAvailable As Integer
public:
virtual int BytesAvailable() sealed
Return Value
Type:
Int32The estimated number of bytes available.
Implements
ConnectionBytesAvailableExceptions See Also