![]() |
![]() |
|
Z-Stack API Reference
7.40.00.20
|
#include <zstack.h>
Data Fields | |
| uint16_t | groupID |
| uint8_t | n_name |
| uint8_t * | pName |
Structure to send an APS Find Group Response.
| uint16_t groupID |
group ID, not include if not found
| uint8_t n_name |
length of "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 [OsalPort_free(pName)] by the receiving application thread.