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