Z-Stack API Reference  3.2.0
_zstack_apsfindgrouprsp_t Struct Reference

#include <zstack.h>

Data Fields

uint16_t groupID
 
uint8_t n_name
 
uint8_t * pName
 

Detailed Description

Structure to send an APS Find Group Response.

Field Documentation

§ groupID

uint16_t groupID

group ID, not include if not found

§ n_name

uint8_t n_name

length of "pName"

§ pName

uint8_t* pName

Pointer to the Human readable "name" of group, and is not a zero terminated string. This memory is allocate by the ZStack Thread and must be deallocated [ICall_free(pName)] by the receiving application thread.


The documentation for this struct was generated from the following file: