Gets the size of data in the read buffer.
[Visual Basic]
Public ReadOnly Property ReadBufferDataSize As Integer
[C#]
public int ReadBufferDataSize {get;}
Property Value
Size of data in the read buffer. The unit to be used is byte.
Example
How to get the size of data in the read buffer.
Dim size As Integer = comm.ReadBufferDataSize
int size = comm.ReadBufferDataSize;
See Also
AwCommLE Class | Asterworld.Comm Namespace