Method: LIBUSB::Endpoint#bInterval
- Defined in:
- lib/libusb/endpoint.rb
#bInterval ⇒ Object
Interval for polling endpoint data transfers. Value in frame counts. Ignored for Bulk & Control Endpoints. Isochronous must equal 1 and field may range from 1 to 255 for interrupt endpoints.
The interval is respected by the kernel driver, so user mode processes using libusb don’t need to care about it.
126 127 128 |
# File 'lib/libusb/endpoint.rb', line 126 def bInterval self[:bInterval] end |