MKCommModel
|
Represents a link from one node to another. More...
#include <MKPacket.h>
Public Attributes | |
uint16_t | zsize |
uint8_t | mac [6] |
uint32_t | ip_addr |
uint32_t | metric |
uint32_t | inactive |
uint32_t | rx_bytes |
uint32_t | rx_packets |
uint32_t | tx_bytes |
uint32_t | tx_packets |
uint16_t | signal |
uint8_t | tx_rate |
uint32_t | throughput |
Represents a link from one node to another.
uint32_t NeighborInfo::ip_addr |
The ip address of this node.
uint8_t NeighborInfo::mac[6] |
The mac address of this node.