David Rimer / RadioHead-148
Embed: (wiki syntax)

« Back to documentation index

RHMesh::MeshRouteFailureMessage Struct Reference

RHMesh::MeshRouteFailureMessage Struct Reference

Signals a route failure. More...

#include <RHMesh.h>

Data Fields

MeshMessageHeader header
 msgType = RH_MESH_MESSAGE_TYPE_ROUTE_FAILURE
uint8_t dest
 The address of the destination towards which the route failed.

Detailed Description

Signals a route failure.

Definition at line 145 of file RHMesh.h.


Field Documentation

uint8_t dest

The address of the destination towards which the route failed.

Definition at line 148 of file RHMesh.h.

msgType = RH_MESH_MESSAGE_TYPE_ROUTE_FAILURE

Definition at line 147 of file RHMesh.h.