![]() |
![]() |
|
Z-Stack API Reference
7.40.00.20
|
#include <zstackmsg.h>
Data Fields | |
| zstackmsg_HDR_t | hdr |
| zstack_sysConfigReadReq_t * | pReq |
| zstack_sysConfigReadRsp_t * | pRsp |
Send this message to request the configuration information from the ZStack Thread. Each bool item is individually selected. The command ID for this message is zstackmsg_CmdIDs_SYS_CONFIG_READ_REQ.
| zstackmsg_HDR_t hdr |
message header
event field must be set to zstack_CmdIDs
Message command fields
Response fields (immediate response) - The pUserDesc will be allocated if the has_userDesc == true and n_userDesc is > 0, so the application must deallocate it with OsalPort_free(pRsp->pUserDesc).
The pPreConfigKey will be allocated if the has_preConfigKey == true, so the application must deallocate it with OsalPort_free(pRsp->pPreConfigKey).