USBEndpoint constructor
USBEndpoint(
- USBAlternateInterface alternate,
- int endpointNumber,
- USBDirection direction
Implementation
factory USBEndpoint(USBAlternateInterface alternate, int endpointNumber,
USBDirection direction) =>
USBEndpoint._(alternate, endpointNumber, direction.value);