| 617 | } |
| 618 | |
| 619 | unsigned long RCSwitch::getReceivedValue() { |
| 620 | return RCSwitch::nReceivedValue; |
| 621 | } |
| 622 | |
| 623 | unsigned int RCSwitch::getReceivedBitlength() { |
| 624 | return RCSwitch::nReceivedBitlength; |
nothing calls this directly
no outgoing calls
no test coverage detected