Get the data in the recieve buffer
This is used for polled operation
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public byte[] RxData { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property RxData As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ RxData { array<unsigned char>^ get (); } |