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