Contiki 2.5
Data Fields
ADDR_SIZE_SPEC_t Union Reference

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.