interface_number property

  1. @Int32()
int interface_number
getter/setter pair

The USB interface which this logical device represents.

Valid on both Linux implementations in all cases. Valid on the Windows implementation only if the device contains more than one interface. Valid on the Mac implementation if and only if the device is a USB HID device.

Implementation

@ffi.Int32()
external int interface_number;