EndPointDesc
Function
Defines the endpoint description type structure.
Prototype
typedef struct {
CommProtocol protocol; /* Communication protocol */
CommAddr commAddr; /* Communication address */
EndpointLoc loc; /* Endpoint location information */
union {
uint8_t raws[52]; /* General data */
};
} EndpointDesc;
Parent topic: Definitions of Data Types