| 625 | } |
| 626 | |
| 627 | unsigned int RCSwitch::getReceivedDelay() { |
| 628 | return RCSwitch::nReceivedDelay; |
| 629 | } |
| 630 | |
| 631 | unsigned int RCSwitch::getReceivedProtocol() { |
| 632 | return RCSwitch::nReceivedProtocol; |
nothing calls this directly
no outgoing calls
no test coverage detected