1#ifndef _LORAMESHER_ROUTE_NODE_H
2#define _LORAMESHER_ROUTE_NODE_H
6#include "NetworkNode.h"
Network Node.
Definition: NetworkNode.h:12
Route Node.
Definition: RouteNode.h:12
NetworkNode networkNode
Network node.
Definition: RouteNode.h:18
uint16_t via
Next hop to send the message.
Definition: RouteNode.h:30
uint32_t timeout
Timeout of the route.
Definition: RouteNode.h:24