bmAttributes property

  1. @Uint8()
int bmAttributes
getter/setter pair

Bitmap encoding of supported device level features. A value of one in a bit location indicates a feature is supported; a value of zero indicates it is not supported. See \ref libusb_ss_usb_device_capability_attributes.

Implementation

@ffi.Uint8()
external int bmAttributes;