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