| 629 | } |
| 630 | |
| 631 | unsigned int RCSwitch::getReceivedProtocol() { |
| 632 | return RCSwitch::nReceivedProtocol; |
| 633 | } |
| 634 | |
| 635 | unsigned int* RCSwitch::getReceivedRawdata() { |
| 636 | return RCSwitch::timings; |
nothing calls this directly
no outgoing calls
no test coverage detected