ConOpSys V2970
P004.07
ANVILEX control operating system
|
#include <ieee802154.h>
Public Member Functions | |
PACK_STRUCT_FIELD (u16_t frame_control) | |
PACK_STRUCT_FLD_8 (u8_t sequence_number) | |
PACK_STRUCT_FIELD (u16_t destination_pan_id) | |
PACK_STRUCT_FLD_8 (u8_t destination_address[8]) | |
PACK_STRUCT_FIELD (u16_t source_pan_id) | |
PACK_STRUCT_FLD_8 (u8_t source_address[8]) | |
General MAC frame format This shows the full featured header, mainly for documentation. Some fields are omitted or shortened to achieve frame compression.
ieee_802154_hdr::PACK_STRUCT_FIELD | ( | u16_t | destination_pan_id | ) |
Destination PAN ID is omitted if Destination Addressing Mode is 0
ieee_802154_hdr::PACK_STRUCT_FIELD | ( | u16_t | frame_control | ) |
See IEEE_802154_FC_* defines
ieee_802154_hdr::PACK_STRUCT_FIELD | ( | u16_t | source_pan_id | ) |
Source PAN ID is omitted if Source Addressing Mode is 0 or if IEEE_802154_FC_PANID_COMPR is set in frame control
ieee_802154_hdr::PACK_STRUCT_FLD_8 | ( | u8_t | destination_address[8] | ) |
Destination Address is omitted if Destination Addressing Mode is 0
ieee_802154_hdr::PACK_STRUCT_FLD_8 | ( | u8_t | sequence_number | ) |
Sequence number is omitted if IEEE_802154_FC_SEQNO_SUPPR is set in frame_control
ieee_802154_hdr::PACK_STRUCT_FLD_8 | ( | u8_t | source_address[8] | ) |
Source Address is omitted if Source Addressing Mode is 0