APS_AddGroupReq_t Struct

C

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

struct APS_AddGroupReq_t apsmeGroup.h "aps.h" Parameters of the APS_AddGroupReq() function.