MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / getProtocolString

Method getProtocolString

src/IRReceive.hpp:2424–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2422
2423#if defined(__AVR__)
2424const __FlashStringHelper* IRrecv::getProtocolString() {
2425// call no class function with same name
2426 return ::getProtocolString(decodedIRData.protocol);
2427}
2428#else
2429const char* IRrecv::getProtocolString() {
2430 // call no class function with same name

Callers

nothing calls this directly

Calls 1

getProtocolStringFunction · 0.85

Tested by

no test coverage detected