Device address specification structure.
#include <mac_api.h>
Data Fields | |
address_field_t | Addr |
Device address. More... | |
uint8_t | AddrMode |
Address mode (WPAN_ADDRMODE_NONE, WPAN_ADDRMODE_SHORT, or WPAN_ADDRMODE_LONG) More... | |
uint16_t | PANId |
The 16 bit PAN identifier. More... | |
address_field_t wpan_addr_spec_tag::Addr |
Device address.
If AddrMode is WPAN_ADDRMODE_SHORT, it is interpreted as a 16 bit address.
Referenced by bc_data_cb(), gts_data_cb(), handle_incoming_msg(), indirect_data_cb(), main(), mcps_data_ind(), usr_mcps_data_ind(), usr_mlme_set_conf(), and wpan_mcps_data_req().
uint8_t wpan_addr_spec_tag::AddrMode |
Address mode (WPAN_ADDRMODE_NONE, WPAN_ADDRMODE_SHORT, or WPAN_ADDRMODE_LONG)
Referenced by bc_data_cb(), gts_data_cb(), handle_incoming_msg(), indirect_data_cb(), main(), mcps_data_ind(), usr_mcps_data_ind(), and wpan_mcps_data_req().
uint16_t wpan_addr_spec_tag::PANId |
The 16 bit PAN identifier.
Referenced by bc_data_cb(), gts_data_cb(), handle_incoming_msg(), indirect_data_cb(), main(), mcps_data_ind(), usr_mcps_data_ind(), and wpan_mcps_data_req().