Gets or sets the size of the read buffer.
[Visual Basic]
Public Property ReadBufferSize As Integer
[C#]
public int ReadBufferSize {get; set;}
Property Value
Size of the read buffer. The unit to be used is byte.
Example
How to set the size of the read buffer as 1KB.
comm.ReadBufferSize = 1024
comm.ReadBufferSize = 1024;
See Also
AwCommLE Class | Asterworld.Comm Namespace