joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

network_layer_address_s Struct Reference

network_layer_address_s Struct Reference

Structure is used to read network layer address of the parent node. More...

#include <net_interface.h>

Data Fields

uint8_t border_router [16]
 ND Border Router Address.
uint8_t prefix [8]
 Long 64-bit network ID.

Detailed Description

Structure is used to read network layer address of the parent node.

Network layer parent address info.

Definition at line 242 of file net_interface.h.


Field Documentation

uint8_t border_router[16]

ND Border Router Address.

Definition at line 243 of file net_interface.h.

uint8_t prefix[8]

Long 64-bit network ID.

Definition at line 244 of file net_interface.h.