5.2.1.16 APS_UnregisterEndpointReq_t Structure
Syntax
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
The APS_UnregisterEndpointReq_t structure, defined in
apsdeEndpoint.h and aps.h, specifies the
parameters for the APS_UnregisterEndpointReq() function.
