Microchip® Advanced Software Framework

field_length_t Struct Reference

Structure that contains the lengths of the various addressing and security fields in the 802.15.4 header.

This structure is used in frame802154_create()

Data Fields

uint8_t aux_sec_len
 Length (in bytes) of aux security header field. More...
 
uint8_t dest_addr_len
 Length (in bytes) of destination address field. More...
 
uint8_t dest_pid_len
 Length (in bytes) of destination PAN ID field. More...
 
uint8_t src_addr_len
 Length (in bytes) of source address field. More...
 
uint8_t src_pid_len
 Length (in bytes) of source PAN ID field. More...
 

uint8_t field_length_t::aux_sec_len

Length (in bytes) of aux security header field.

Referenced by field_len(), frame802154_create(), and frame802154_hdrlen().

uint8_t field_length_t::dest_addr_len

Length (in bytes) of destination address field.

Referenced by field_len(), frame802154_create(), and frame802154_hdrlen().

uint8_t field_length_t::dest_pid_len

Length (in bytes) of destination PAN ID field.

Referenced by field_len(), frame802154_create(), and frame802154_hdrlen().

uint8_t field_length_t::src_addr_len

Length (in bytes) of source address field.

Referenced by field_len(), frame802154_create(), and frame802154_hdrlen().

uint8_t field_length_t::src_pid_len

Length (in bytes) of source PAN ID field.

Referenced by field_len(), frame802154_create(), and frame802154_hdrlen().