AwCommLE.ReadBufferDataSize Property

Gets the size of data in the read buffer.

[Visual Basic]
Public ReadOnly Property ReadBufferDataSize As Integer
[C#]
public int ReadBufferDataSize {get;}

Property Value

Size of data in the read buffer. The unit to be used is byte.

Example

How to get the size of data in the read buffer.

Dim size As Integer = comm.ReadBufferDataSize
int size = comm.ReadBufferDataSize;

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.