Method: LIBUSB::Device#bLength

Defined in:
lib/libusb/device.rb

#bLengthObject

Size of the Descriptor in Bytes (18 bytes)



245
246
247
# File 'lib/libusb/device.rb', line 245

def bLength
  @pDevDesc[:bLength]
end