| 621 | } |
| 622 | |
| 623 | unsigned int RCSwitch::getReceivedBitlength() { |
| 624 | return RCSwitch::nReceivedBitlength; |
| 625 | } |
| 626 | |
| 627 | unsigned int RCSwitch::getReceivedDelay() { |
| 628 | return RCSwitch::nReceivedDelay; |
nothing calls this directly
no outgoing calls
no test coverage detected