MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / getAckRSSI

Method getAckRSSI

RFM69_ATC.cpp:184–186  ·  view source on GitHub ↗

============================================================================= getAckRSSI() - returns the RSSI value ack'd by the far end. =============================================================================

Source from the content-addressed store, hash-verified

182// getAckRSSI() - returns the RSSI value ack'd by the far end.
183//=============================================================================
184int16_t RFM69_ATC::getAckRSSI(void){ // TomWS1: New method to retrieve the ack'd RSSI (if any)
185 return (_targetRSSI==0?0:_ackRSSI);
186}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected