Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RF22 by
RF22Mesh::MeshRouteDiscoveryMessage Struct Reference
Signals a route discovery request or reply At present only supports physical dest addresses of length 1 octet. More...
#include <RF22Mesh.h>
Data Fields | |
MeshMessageHeader | header |
msgType = RF22_MESH_MESSAGE_TYPE_ROUTE_DISCOVERY_* | |
uint8_t | destlen |
Reserved. Must be 1.g. | |
uint8_t | dest |
The address of the destination node whose route is being sought. | |
uint8_t | route [RF22_MESH_MAX_MESSAGE_LEN-1] |
List of node addresses visited so far. Length is implcit. |
Detailed Description
Signals a route discovery request or reply At present only supports physical dest addresses of length 1 octet.
Definition at line 120 of file RF22Mesh.h.
Field Documentation
uint8_t dest |
The address of the destination node whose route is being sought.
Definition at line 124 of file RF22Mesh.h.
uint8_t destlen |
Reserved. Must be 1.g.
Definition at line 123 of file RF22Mesh.h.
msgType = RF22_MESH_MESSAGE_TYPE_ROUTE_DISCOVERY_*
Definition at line 122 of file RF22Mesh.h.
uint8_t route[RF22_MESH_MAX_MESSAGE_LEN-1] |
List of node addresses visited so far. Length is implcit.
Definition at line 125 of file RF22Mesh.h.
Generated on Wed Jul 13 2022 22:24:22 by
