Method: LIBUSB::Setting#bInterfaceProtocol
- Defined in:
- lib/libusb/setting.rb
#bInterfaceProtocol ⇒ Object
USB-IF protocol code for this interface, qualified by the #bInterfaceClass and #bInterfaceSubClass values.
71 72 73 |
# File 'lib/libusb/setting.rb', line 71 def bInterfaceProtocol self[:bInterfaceProtocol] end |