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

Method printActiveIRProtocols

src/IRReceive.hpp:1526–1529  ·  view source on GitHub ↗

* Print functions * Since a library should not allocate the "Serial" object, all functions require a pointer to a Print object. **********************************************************************************************************************/

Source from the content-addressed store, hash-verified

1524 * Since a library should not allocate the "Serial" object, all functions require a pointer to a Print object.
1525 **********************************************************************************************************************/
1526void IRrecv::printActiveIRProtocols(Print *aSerial) {
1527// call no class function with same name
1528 ::printActiveIRProtocols(aSerial);
1529}
1530/*
1531 * Prints a list of enabled protocols for this application.
1532 * @param aSerial pointer to serial used for printing. Use "&Serial".

Callers

nothing calls this directly

Calls 1

printActiveIRProtocolsFunction · 0.85

Tested by

no test coverage detected