Method: LIBUSB::Setting#bInterfaceClass
- Defined in:
- lib/libusb/setting.rb
#bInterfaceClass ⇒ Object
USB-IF class code for this interface.
61 62 63 |
# File 'lib/libusb/setting.rb', line 61 def bInterfaceClass self[:bInterfaceClass] end |