Home |
Function RTUEndpointType Function RTUEndpointPacketSize |
Function RTUEndpointTypeRTUEndpointType determines the transfer type implemented by an endpoint: typedef enum { RTUControl, RTUIsochronous, RTUBulk, RTUInterrupt } RTUTransferType; RTUTransferType RTUEndpointType(const RTUEndpointDescriptor * Endpoint); ParametersEndpointPointer to an endpoint descriptor returned by RTUGetEndpoint. return valueThe transfer type implemented by the endpoint. Function RTUEndpointPacketSize
|