Z-Stack API Reference  4.40.00.15
_zstack_bdbsetattributesreq_t Struct Reference

#include <zstack.h>

Data Fields

uint32_t bdbSecondaryChannelSet
 
bool has_bdbSecondaryChannelSet
 
uint32_t bdbPrimaryChannelSet
 
bool has_bdbPrimaryChannelSet
 
uint16_t bdbCommissioningGroupID
 
bool has_bdbCommissioningGroupID
 
uint8_t bdbScanDuration
 
bool has_bdbScanDuration
 

Detailed Description

Structure to send a BDB Set Attributes Request. Each config field has 2 parts to it, the actual value field and its "has_" field. The "has_" field must be set to "true" for the value field to be valid. For example, the pollRate field is valid only if the has_pollRate field is set to true.

Field Documentation

§ bdbCommissioningGroupID

uint16_t bdbCommissioningGroupID

Group ID for Finding and Binding

§ bdbPrimaryChannelSet

uint32_t bdbPrimaryChannelSet

Primary Channel Set

§ bdbScanDuration

uint8_t bdbScanDuration

Scan Duration

§ bdbSecondaryChannelSet

uint32_t bdbSecondaryChannelSet

Secondary Channel Set

§ has_bdbCommissioningGroupID

bool has_bdbCommissioningGroupID

Set to true if bdbCommissioningGroupID is available, false if not

§ has_bdbPrimaryChannelSet

bool has_bdbPrimaryChannelSet

Set to true if bdbPrimaryChannelSet is available, false if not

§ has_bdbScanDuration

bool has_bdbScanDuration

Set to true if bdbScanDuration is available, false if not

§ has_bdbSecondaryChannelSet

bool has_bdbSecondaryChannelSet

Set to true if bdbSecondaryChannelSet is available, false if not


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