Endpoints

external interface Endpoints(source)

Properties

Link copied to clipboard
abstract var direction: String

the direction in which this endpoint transfers data - can be either 'in' or 'out'.

Link copied to clipboard
abstract var endpointNumber: Double

this endpoint's "endpoint number" which is a value from 1 to 15.

Link copied to clipboard
abstract var packetSize: Double

the size of the packets that data sent through this endpoint will be divided into.

Link copied to clipboard
abstract var type: String

the type of this endpoint - can be either 'bulk', 'interrupt', or 'isochronous'.