5.2.1.2 APS_AddGroupReq_t Structure
Syntax
typedef struct { /** Endian "[LE]" The 16-bit address of the group being added. */ GroupAddr_t groupAddress; /** The endpoint to which the given group is being added. */ Endpoint_t endpoint; /** The confirm primitive as transaction result. */ APS_AddGroupConf_t confirm; } APS_AddGroupReq_t;
Description
The apsmeGroup.h
file defines the structure
APS_AddGroupReq_t
, which aps.h
includes. This structure
holds the parameters for the APS_AddGroupReq()
function.