EndPointLocType

Function

Defines the locations of communication device endpoints.

Prototype

typedef enum {
    ENDPOINT_LOC_TYPE_RESERVED = -1,  /* Reserved endpoint location */
    ENDPOINT_LOC_TYPE_DEVICE = 0,     /* The endpoint is on the device. */
    ENDPOINT_LOC_TYPE_HOST = 1,       /* The endpoint is on the host. */
} EndpointLocType;