|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Coordinator Realignment command payload. More...
#include <zephyr/net/ieee802154_frame.h>
Data Fields | |
| uint16_t | pan_id |
| PAN identifier. | |
| uint16_t | coordinator_short_addr |
| Coordinator short address. | |
| uint8_t | channel |
| Logical channel. | |
| uint16_t | short_addr |
| Short address of the device addressed by this command. | |
| uint8_t | channel_page |
| Channel page (optional fourth octet of the channel specification). | |
Coordinator Realignment command payload.
See section 7.5.10 and Figure 7-31. Channel Page is optional per the standard.
| uint8_t ieee802154_cmd_coord_realign::channel |
Logical channel.
| uint8_t ieee802154_cmd_coord_realign::channel_page |
Channel page (optional fourth octet of the channel specification).
| uint16_t ieee802154_cmd_coord_realign::coordinator_short_addr |
Coordinator short address.
| uint16_t ieee802154_cmd_coord_realign::pan_id |
PAN identifier.
| uint16_t ieee802154_cmd_coord_realign::short_addr |
Short address of the device addressed by this command.