#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <string>#include "feisc.h"#include "FedmIscCore.h"#include "ISO_IEC_7816_6_ICManufacturerRegistration.h"
Go to the source code of this file.
Functions | |
| void | cbsFct1 (void *pAny, int iError, unsigned char ucCmd) |
| void | Display0x22Response (FEDM_ISCReaderModule *pReader, int iError) |
| void | Display0x6EResponse (FEDM_ISCReaderModule *pReader, int iError) |
| char * | GetISOMfrCode (unsigned char ucMfr) |
| int | main (int argc, char *argv[]) |
| void cbsFct1 | ( | void * | pAny, |
| int | iError, | ||
| unsigned char | ucCmd | ||
| ) |
Definition at line 109 of file FENotifySample.cpp.
| void Display0x22Response | ( | FEDM_ISCReaderModule * | pReader, |
| int | iError | ||
| ) |
Definition at line 127 of file FENotifySample.cpp.
| void Display0x6EResponse | ( | FEDM_ISCReaderModule * | pReader, |
| int | iError | ||
| ) |
Definition at line 487 of file FENotifySample.cpp.
| char * GetISOMfrCode | ( | unsigned char | ucMfr | ) |
Definition at line 543 of file FENotifySample.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 45 of file FENotifySample.cpp.