Method: LIBUSB::Setting#device
- Defined in:
- lib/libusb/setting.rb
#device ⇒ Object
The Device this Setting belongs to.
121 |
# File 'lib/libusb/setting.rb', line 121 def device() self.interface.configuration.device end |
The Device this Setting belongs to.
121 |
# File 'lib/libusb/setting.rb', line 121 def device() self.interface.configuration.device end |