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 ] | |
uint16_t shortAddress | |
} | addr |
EmberMacAddressMode | mode |
A structure that stores an 802.15.4 address.
Definition at line
302
of file
ember-types.h
.
Field Documentation
union { ... } EmberMacAddress::addr |
uint8_t EmberMacAddress::longAddress[ EUI64_SIZE ] |
Definition at line
304
of file
ember-types.h
.
EmberMacAddressMode EmberMacAddress::mode |
Definition at line
308
of file
ember-types.h
.
uint16_t EmberMacAddress::shortAddress |
Definition at line
305
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h