Method: LIBUSB::Setting#bNumEndpoints

Defined in:
lib/libusb/setting.rb

#bNumEndpointsObject

Number of endpoints used by this interface (excluding the control endpoint).



56
57
58
# File 'lib/libusb/setting.rb', line 56

def bNumEndpoints
  self[:bNumEndpoints]
end