LibUsbDotNet 2.2.8
ExtraBytes Property
Library Reference ► MonoLibUsb.Descriptors ► MonoUsbAltInterfaceDescriptor ► ExtraBytes
|
Extra descriptors. If libusb encounters unknown interface descriptors, it will store them here, should you wish to parse them.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte[] ExtraBytes { get; }
Public ReadOnly Property ExtraBytes As Byte() Get
public: property array<unsigned char>^ ExtraBytes { array<unsigned char>^ get (); }