Description: Library for HopeRF RFM22 transceiver module ported to mbed. Original Software from Mike McCauley (mikem@open.com.au) . See http://www.open.com.au/mikem/arduino/RF22/
RF22Mesh::MeshRouteFailureMessage Struct Reference
Signals a route failure. More...
#include <RF22Mesh.h>
Data Fields | |
| MeshMessageHeader | header |
| msgType = RF22_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 129 of file RF22Mesh.h.
Field Documentation
| uint8_t dest |
The address of the destination towards which the route failed.
Definition at line 132 of file RF22Mesh.h.
msgType = RF22_MESH_MESSAGE_TYPE_ROUTE_FAILURE
Definition at line 131 of file RF22Mesh.h.
