Method: LIBUSB::Device#device_address
- Defined in:
- lib/libusb/device.rb
permalink #device_address ⇒ Object
Get the address of the device on the bus it is connected to.
92 93 94 |
# File 'lib/libusb/device.rb', line 92 def device_address Call.libusb_get_device_address(@pDev) end |