MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / getReceivedDelay

Method getReceivedDelay

Arduino/libraries/RCSwitch/RCSwitch.cpp:627–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627unsigned int RCSwitch::getReceivedDelay() {
628 return RCSwitch::nReceivedDelay;
629}
630
631unsigned int RCSwitch::getReceivedProtocol() {
632 return RCSwitch::nReceivedProtocol;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected