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