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

Method registerReceiveCompleteCallback

src/IRReceive.hpp:372–374  ·  view source on GitHub ↗

* Sets the function to call if a complete protocol frame has arrived */

Source from the content-addressed store, hash-verified

370 * Sets the function to call if a complete protocol frame has arrived
371 */
372void IRrecv::registerReceiveCompleteCallback(void (*aReceiveCompleteCallbackFunction)(void)) {
373 irparams.ReceiveCompleteCallbackFunction = aReceiveCompleteCallbackFunction;
374}
375#endif
376
377/**

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected