APS_RemoveAllGroupsReq_t Struct
C
typedef struct
{
/** The endpoint from which the group is being removed. */
Endpoint_t endpoint;
/** The confirm primitive as transaction result. */
APS_RemoveAllGroupsConf_t confirm;
} APS_RemoveAllGroupsReq_t;
Description
struct APS_RemoveAllGroupsReq_t apsmeGroup.h "aps.h"
Parameters of the APS_RemoveAllGroupsReq() function.
