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

Method available

Arduino/libraries/RCSwitch/RCSwitch.cpp:611–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611bool RCSwitch::available() {
612 return RCSwitch::nReceivedValue != NULL;
613}
614
615void RCSwitch::resetAvailable() {
616 RCSwitch::nReceivedValue = NULL;

Callers 7

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
readSerialMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected