BDB_NodeCommissioningCapability_t Struct
C
typedef struct PACK _BDB_NodeCommissioningCapability_t
{
LITTLE_ENDIAN_OCTET(5,(
uint8_t nwkSteeringSupported : 1,
uint8_t nwkFormationSupported : 1,
uint8_t findingAndBindingSupported : 1,
uint8_t touchlinkComissioningSupported : 1,
uint8_t reserved : 4
))
} BDB_NodeCommissioningCapability_t;
Description
specifies the commissioning capabilities of the node
