Represents the response to a Long Ping Node command
Gets whether or not the Long Ping command was a success (the node responded).
true if the Long Ping command was a success, false otherwise.
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.
The node RSSI that was returned with the response
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.
The base station RSSI that was returned with the response.