the Settings structure. More...
#include <pirlib2.h>
Public Attributes | |
| int | size |
| fill with sizeof(PIR_Settings) | |
| fIrSentCB | sendCallback |
| called when IR signal is done sending. | |
| fStatusCB | statusCallback |
| called when an PIR arrives or is removed. | |
| fIrReceivedCB | receiveCallback |
| called when an IR signal is recevied in normal mode. | |
| fButtonCB | buttonCallback |
| called when a button is pressed on a PIR-1. | |
| fIrRawLearnCB | rawLearnCallback |
| called when an IR signal is received in learn mode. | |
| void * | userData |
| data needed by caller of pir library, passed by into all callbacks. | |
the Settings structure.
1.8.6