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

Method getReceivedBitlength

Arduino/libraries/RCSwitch/RCSwitch.cpp:623–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623unsigned int RCSwitch::getReceivedBitlength() {
624 return RCSwitch::nReceivedBitlength;
625}
626
627unsigned int RCSwitch::getReceivedDelay() {
628 return RCSwitch::nReceivedDelay;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected