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::MeshMessageHeader Struct Reference
Structure of the basic RF22Mesh header. More...
#include <RF22Mesh.h>
Data Fields | |
| uint8_t | msgType |
| Type of RF22Mesh message, one of RF22_MESH_MESSAGE_TYPE_*. | |
Detailed Description
Structure of the basic RF22Mesh header.
Definition at line 106 of file RF22Mesh.h.
Field Documentation
| uint8_t msgType |
Type of RF22Mesh message, one of RF22_MESH_MESSAGE_TYPE_*.
Definition at line 108 of file RF22Mesh.h.
