Z-Stack API Reference  3.2.0
_zstack_sysconfigreadreq_t Struct Reference

#include <zstack.h>

Data Fields

bool preConfigKeyEnable
 
bool securityModeEnable
 
bool useDefaultTCLK
 
bool pollRate
 
bool queuedPollRate
 
bool responsePollRate
 
bool apsAckWaitDuration
 
bool bindingTime
 
bool panID
 
bool pollFailureRetries
 
bool indirectMsgTimeout
 
bool apsFrameRetries
 
bool bcastRetries
 
bool passiveAckTimeout
 
bool bcastDeliveryTime
 
bool routeExpiryTime
 
bool userDesc
 
bool preConfigKey
 
bool chanList
 
bool multicastRadius
 
bool extendedPANID
 
bool ieeeAddr
 
bool macRxOnIdle
 
bool snifferFeature
 
bool concentratorEnable
 
bool concentratorDiscTime
 
bool nwkUseMultiCast
 
bool devPartOfNetwork
 
bool rejoinBackoffDuration
 
bool rejoinScanDuration
 

Detailed Description

Structure to send a system config read request. Set to "true" each of the fields that you would like returned in the response zstack_sysConfigReadRsp_t structure.

Field Documentation

§ apsAckWaitDuration

bool apsAckWaitDuration

True to return APS Ack Waite Duration

§ apsFrameRetries

bool apsFrameRetries

True to return APS Frame Retries

§ bcastDeliveryTime

bool bcastDeliveryTime

True to return Broadcast Delivery Time

§ bcastRetries

bool bcastRetries

True to return Broadcast Retries

§ bindingTime

bool bindingTime

True to return Binding Time

§ chanList

bool chanList

True to return Channel List (bit masked)

§ concentratorDiscTime

bool concentratorDiscTime

True to return the Concentrator Discovery Time parameter

§ concentratorEnable

bool concentratorEnable

True to return the Concentrator Enable parameter

§ devPartOfNetwork

bool devPartOfNetwork

True to return if the device is already part of a network

§ extendedPANID

bool extendedPANID

True to return the extended PAN ID (APS USE)

§ ieeeAddr

bool ieeeAddr

True to return the IEEE extended address

§ indirectMsgTimeout

bool indirectMsgTimeout

True to return Indirect Message Timeout

§ macRxOnIdle

bool macRxOnIdle

True to return the MAC's RxOnIdle parameter

§ multicastRadius

bool multicastRadius

True to return the Multicast radius

§ nwkUseMultiCast

bool nwkUseMultiCast

True to return the Network Multicast Use parameter

§ panID

bool panID

True to return PAN ID

§ passiveAckTimeout

bool passiveAckTimeout

True to return Passive Ack Timeout

§ pollFailureRetries

bool pollFailureRetries

True to return Poll Failure Retries

§ pollRate

bool pollRate

True to return Poll Rate

§ preConfigKey

bool preConfigKey

True to return PreConfig Key (16 bytes)

§ preConfigKeyEnable

bool preConfigKeyEnable

True to return Pre Config Key Enable

§ queuedPollRate

bool queuedPollRate

True to return Queued Poll Rate

§ rejoinBackoffDuration

bool rejoinBackoffDuration

True to return rejoin backoff duration

§ rejoinScanDuration

bool rejoinScanDuration

True to return rejoin scan duration

§ responsePollRate

bool responsePollRate

True to return Response Poll Rate

§ routeExpiryTime

bool routeExpiryTime

True to return Route Expiry Time

§ securityModeEnable

bool securityModeEnable

True to return Security Mode Enable (nwk)

§ snifferFeature

bool snifferFeature

True to return the Sniffer Feature active parameter

§ useDefaultTCLK

bool useDefaultTCLK

True to return default TCLK flag

§ userDesc

bool userDesc

True to return User Descriptor (16 bytes max)


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