PingResponse
PingResponse

Represents the response to a Long Ping Node command

success
bool success() const

Gets whether or not the Long Ping command was a success (the node responded).

Returns

true if the Long Ping command was a success, false otherwise.

nodeRssi
int16 nodeRssi() const

Gets the node RSSI that was returned with the response (if success() returns true).  This is the signal strength at which the Node received the BaseStation's command packet.

Returns

The node RSSI that was returned with the response

baseRssi
int16 baseRssi() const

Gets the base station RSSI that was returned with the response (if success() returns true).  This is the signal strength at which the BaseStation received the Nodes's response packet.

Returns

The base station RSSI that was returned with the response.