Buffer Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Buffer Property
Library ReferenceLibUsbDotNet.MainEndpointDataEventArgsBuffer
LibUsbDotNet on SourceForge
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.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)