bEndpointAddress property

  1. @Uint8()
int bEndpointAddress
getter/setter pair

The address of the endpoint described by this descriptor. Bits 0:3 are the endpoint number. Bits 4:6 are reserved. Bit 7 indicates direction, see \ref libusb_endpoint_direction.

Implementation

@ffi.Uint8()
external int bEndpointAddress;