A union of short and long address types. More...
#include <cpu/avr/radio/rf230/frame.h>
Data Fields | |
| uint16_t | shortAddr |
| Short address, two bytes. | |
| uint64_t | longAddr |
| Long address, eight bytes. | |
A union of short and long address types.
Although a node can have both long and short addresses a frame will contain only one of these. Therefore, a union is appropriate here.
1.6.1