AwCommLE.WriteBufferDataSize Property

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

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.