Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_cmd_coord_realign Struct Reference

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).

Detailed Description

Coordinator Realignment command payload.

See section 7.5.10 and Figure 7-31. Channel Page is optional per the standard.

Field Documentation

◆ channel

uint8_t ieee802154_cmd_coord_realign::channel

Logical channel.

◆ channel_page

uint8_t ieee802154_cmd_coord_realign::channel_page

Channel page (optional fourth octet of the channel specification).

◆ coordinator_short_addr

uint16_t ieee802154_cmd_coord_realign::coordinator_short_addr

Coordinator short address.

◆ pan_id

uint16_t ieee802154_cmd_coord_realign::pan_id

PAN identifier.

◆ short_addr

uint16_t ieee802154_cmd_coord_realign::short_addr

Short address of the device addressed by this command.


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