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

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