EmberMacAddress Struct Reference
A structure that stores an 802.15.4 address. More...
#include <
ember-types.h
>
Data Fields |
|
union { | |
uint8_t longAddress [ EUI64_SIZE ] | |
Long (EUI-64) address. Valid if
mode
is
EMBER_MAC_ADDRESS_MODE_LONG
.
More...
|
|
uint16_t shortAddress | |
Short address (node ID). Valid if
mode
is
EMBER_MAC_ADDRESS_MODE_SHORT
.
More...
|
|
} | addr |
EmberMacAddressMode | mode |
A structure that stores an 802.15.4 address.
Definition at line
319
of file
ember-types.h
.
Field Documentation
◆ addr
union { ... } EmberMacAddress::addr |
◆ longAddress
uint8_t EmberMacAddress::longAddress[ EUI64_SIZE ] |
Long (EUI-64) address. Valid if
mode
is
EMBER_MAC_ADDRESS_MODE_LONG
.
Definition at line
325
of file
ember-types.h
.
◆ mode
EmberMacAddressMode EmberMacAddress::mode |
Addressing mode
Definition at line
333
of file
ember-types.h
.
◆ shortAddress
uint16_t EmberMacAddress::shortAddress |
Short address (node ID). Valid if
mode
is
EMBER_MAC_ADDRESS_MODE_SHORT
.
Definition at line
330
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h