MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / getReceivedProtocol

Method getReceivedProtocol

Arduino/libraries/RCSwitch/RCSwitch.cpp:631–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631unsigned int RCSwitch::getReceivedProtocol() {
632 return RCSwitch::nReceivedProtocol;
633}
634
635unsigned int* RCSwitch::getReceivedRawdata() {
636 return RCSwitch::timings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected