Method: LIBUSB::Setting#bInterfaceSubClass
- Defined in:
- lib/libusb/setting.rb
#bInterfaceSubClass ⇒ Object
USB-IF subclass code for this interface, qualified by the #bInterfaceClass value.
66 67 68 |
# File 'lib/libusb/setting.rb', line 66 def bInterfaceSubClass self[:bInterfaceSubClass] end |