Z-Stack API Reference  3.2.0
_zstackmsg_sysconfigreadreq_t Struct Reference

#include <zstackmsg.h>

Data Fields

zstackmsg_HDR_t hdr
 
zstack_sysConfigReadReq_tpReq
 
zstack_sysConfigReadRsp_tpRsp
 

Detailed Description

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.

Field Documentation

§ hdr

message header
event field must be set to zstack_CmdIDs

§ pReq

Message command fields

§ pRsp

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 ICall_free(pRsp->pUserDesc).
The pPreConfigKey will be allocated if the has_preConfigKey == true, so the application must deallocate it with ICall_free(pRsp->pPreConfigKey).


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