Contiki 2.6

addr_t Union Reference

Union of both short and long addresses. More...

#include <cpu/avr/radio/rf230/frame.h>

Data Fields

uint16_t addr16
 Short address.
uint64_t addr64
 Long address.

Detailed Description

Union of both short and long addresses.

Definition at line 147 of file frame.h.