![]() |
![]() |
|
Z-Stack API Reference
7.40.00.20
|
#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 |
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.
| uint16_t bdbCommissioningGroupID |
Group ID for Finding and Binding
| uint32_t bdbPrimaryChannelSet |
Primary Channel Set
| uint8_t bdbScanDuration |
Scan Duration
| uint32_t bdbSecondaryChannelSet |
Secondary Channel Set
| bool has_bdbCommissioningGroupID |
Set to true if bdbCommissioningGroupID is available, false if not
| bool has_bdbPrimaryChannelSet |
Set to true if bdbPrimaryChannelSet is available, false if not
| bool has_bdbScanDuration |
Set to true if bdbScanDuration is available, false if not
| bool has_bdbSecondaryChannelSet |
Set to true if bdbSecondaryChannelSet is available, false if not