![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Pairing Response command payload. More...
#include <zb_zcl_mdu_pairing.h>
Data Fields | |
zb_uint32_t | lpi_version |
zb_uint8_t | total_number_of_devices |
zb_uint8_t | command_index |
zb_uint8_t | total_number_of_commands |
zb_ieee_addr_t * | eui64 |
zb_uint8_t | num_dev_cmd |
Pairing Response command payload.
zb_uint8_t zb_zcl_mdu_pairing_response_s::command_index |
The CommandIndex is uses to count the payload fragments in the case where the entire payload does not fit into one message.
zb_ieee_addr_t* zb_zcl_mdu_pairing_response_s::eui64 |
EUI64 of Device 1 to EUI64 of Device N represent the MAC address of devices that belong to the 'virtual HAN' of the requesting device; these include the requesting device itself and all other devices the requesting device shall perform service discovery and binding with.
zb_uint32_t zb_zcl_mdu_pairing_response_s::lpi_version |
Identifies the version of pairing information included in this command.
zb_uint8_t zb_zcl_mdu_pairing_response_s::num_dev_cmd |
Number of devices in current command
zb_uint8_t zb_zcl_mdu_pairing_response_s::total_number_of_commands |
In the case where the entire payload does not fit into one message, the Total Number of Commands field indicates the total number of sub-commands in the message.
zb_uint8_t zb_zcl_mdu_pairing_response_s::total_number_of_devices |
The total number of devices expected to form the 'virtual HAN' (including the device to which this command is being sent)