| 613 | } |
| 614 | |
| 615 | void RCSwitch::resetAvailable() { |
| 616 | RCSwitch::nReceivedValue = NULL; |
| 617 | } |
| 618 | |
| 619 | unsigned long RCSwitch::getReceivedValue() { |
| 620 | return RCSwitch::nReceivedValue; |
nothing calls this directly
no outgoing calls
no test coverage detected