AwCommLE.WriteBufferSize Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.