4.2.1.16 APS_UnregisterEndpointReq_t struct
C
typedef struct
{
/*! The endpoint which is to be unregistered. */
Endpoint_t endpoint;
/*! The status of endpoint unregistration; is written by the stack to report the result
* of the operation execution. */
APS_Status_t status;
} APS_UnregisterEndpointReq_t;
Description
struct APS_UnregisterEndpointReq_t apsdeEndpoint.h "aps.h" Parameters of the APS_UnregisterEndpointReq() function
