extra property

Pointer<Uint8> extra
getter/setter pair

Extra descriptors. If libusb encounters unknown endpoint descriptors, it will store them here, should you wish to parse them.

Implementation

external ffi.Pointer<ffi.Uint8> extra;