Method: LIBUSB::Configuration#bmAttributes
- Defined in:
- lib/libusb/configuration.rb
#bmAttributes ⇒ Integer
Configuration characteristics.
-
Bit 7: Reserved, set to 1. (USB 1.0 Bus Powered)
-
Bit 6: Self Powered
-
Bit 5: Remote Wakeup
-
Bit 4..0: Reserved, set to 0.
75 76 77 |
# File 'lib/libusb/configuration.rb', line 75 def bmAttributes self[:bmAttributes] end |