Extra descriptors. If libusb encounters unknown configuration 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 (); }