ADDR_SIZE_SPEC_t Union Reference
[RF230 Frame handling]

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.

Detailed Description

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.

Definition at line 129 of file frame.h.


Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by  doxygen 1.6.1