Gets the buffer of the received data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte[] Buffer { get; }
Public ReadOnly Property Buffer As Byte() Get
public: property array<unsigned char>^ Buffer { array<unsigned char>^ get (); }
Remarks
Use the Count property to determine the number of bytes actually received.