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

Method ACKRequested

RFM69.cpp:367–369  ·  view source on GitHub ↗

check whether an ACK was requested in the last received packet (non-broadcasted packet)

Source from the content-addressed store, hash-verified

365
366// check whether an ACK was requested in the last received packet (non-broadcasted packet)
367bool RFM69::ACKRequested() {
368 return ACK_REQUESTED && (TARGETID == _address);
369}
370
371// should be called immediately after reception in case sender wants ACK
372void RFM69::sendACK(const void* buffer, uint8_t bufferSize) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected