|
MKCommModel
|
#include <MKPacket.h>
Public Attributes | |
| uint8_t | pkt_vermaj |
| uint8_t | pkt_vermin |
| uint16_t | pkt_size |
| uint32_t | uptime |
| uint8_t | mac [6] |
| uint32_t | ip_addr |
| uint8_t | num_stations |
| NeighborInfo * | mp |
Hold the information sent in each heartbeat packet.
| uint32_t HeartBeatPacket::ip_addr |
The ip address of this node.
| uint8_t HeartBeatPacket::mac[6] |
The mac address of this node.
The nodes that this node has talked to (?)
| uint8_t HeartBeatPacket::num_stations |
The number of NeighborInfo structures contained in this packet.
1.7.4