#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string>
#include "../../../fedm-classlib/src/myaxxess/FedmIscMyAxxessReader.h"
Go to the source code of this file.
Functions | |
int | cbsEvent (void *pAny, int iError, FEDM_ISC_MYAXXESS_EVENT_TABLE_ITEM *pEventItem, unsigned char &ucAction, char *cIPAdr, int iPortNr) |
void | cbsKeepAlive (void *pAny, int iError, unsigned int uiErrorFlags, unsigned int uiTableSize, unsigned int uiTableLength, char *cIPAdr, int iPortNr) |
int | main (int argc, char *argv[]) |
int cbsEvent | ( | void * | pAny, |
int | iError, | ||
FEDM_ISC_MYAXXESS_EVENT_TABLE_ITEM * | pEventItem, | ||
unsigned char & | ucAction, | ||
char * | cIPAdr, | ||
int | iPortNr | ||
) |
Definition at line 78 of file myAXXESS_NotifySample.cpp.
void cbsKeepAlive | ( | void * | pAny, |
int | iError, | ||
unsigned int | uiErrorFlags, | ||
unsigned int | uiTableSize, | ||
unsigned int | uiTableLength, | ||
char * | cIPAdr, | ||
int | iPortNr | ||
) |
Definition at line 224 of file myAXXESS_NotifySample.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 36 of file myAXXESS_NotifySample.cpp.