Get the number of bytes in the recieve buffer This is used for polled operation

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int RxCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property RxCount As Integer
Visual C++
public:
property int RxCount {
	int get ();
}

See Also