Set limit on the maximum size to send to the device

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

Syntax

C#
public byte MaxRxCount { get; set; }
Visual Basic (Declaration)
Public Property MaxRxCount As Byte
Visual C++
public:
property unsigned char MaxRxCount {
	unsigned char get ();
	void set (unsigned char value);
}

See Also