#include <FEDM_ISCReader.h>
Public Member Functions | |
int | CopyTableData (int iIdx, unsigned int uiTableID, int iSrcDataID, int iDstDataID) |
void | DisableReadCfgBeforeWriteCfg (bool bFlag) |
void | EnableTagHandler (bool bFlag) |
virtual int | EvalLibDependencies (string &sMessage) |
FEDM_ISCReader () | |
virtual int | FindBaudRate (bool *pStop=NULL, int iTimeout=300, int iFrameSupport=3, FEDM_CB_FIND_BAUDRATE cbFct=NULL, void *pAny=NULL) |
virtual int | FindTableIndex (int iStartIdx, unsigned int uiTableID, unsigned int uiDataID, bool bData) |
virtual int | FindTableIndex (int iStartIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned char ucData) |
virtual int | FindTableIndex (int iStartIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned int uiData) |
virtual int | FindTableIndex (int iStartIdx, unsigned int uiTableID, unsigned int uiDataID, __int64 i64Data) |
virtual int | FindTableIndex (int iStartIdx, unsigned int uiTableID, unsigned int uiDataID, string sData) |
FEDM_BRMTabItem * | GetBRMTableItem (unsigned int uiIdx) |
int | GetCommandPara (string sParaName, bool *Data) |
int | GetCommandPara (string sParaName, unsigned char *Data) |
int | GetCommandPara (string sParaName, unsigned char *Data, int DataLen) |
int | GetCommandPara (string sParaName, unsigned int *Data) |
int | GetCommandPara (string sParaName, __int64 *Data) |
int | GetCommandPara (string sParaName, string Data) |
int | GetCommandPara (string sParaName, char *Data, int DataLen) |
int | GetConfigPara (string sParaName, bool *Data, bool bEEPROM=true) |
int | GetConfigPara (string sParaName, unsigned char *Data, bool bEEPROM=true) |
int | GetConfigPara (string sParaName, unsigned char *Data, int ParaAnz, bool bEEPROM=true) |
int | GetConfigPara (string sParaName, unsigned int *Data, bool bEEPROM=true) |
int | GetConfigPara (string sParaName, __int64 *Data, bool bEEPROM=true) |
int | GetConfigPara (string sParaName, string &Data, bool bEEPROM=true) |
int | GetConfigPara (string sParaName, char *Data, int DataLen, bool bEEPROM=true) |
string | GetDependentLibVersions () |
int | GetErrorText (char *cErrorText, int iErrorCode) |
char * | GetErrorText (int iErrorCode) |
FEDM_ISOTabItem * | GetISOTableItem (unsigned int uiIdx) |
virtual int | GetLastError () |
virtual int | GetLastProt (char *sID, char *sProt) |
virtual int | GetLastStatus () |
FEDM_PD_MAP * | GetPeripheralDevices () |
virtual int | GetPortHnd () |
virtual int | GetProtocolFrameSupport () |
FEDM_ISC_READER_DIAGNOSTIC * | GetReaderDiagnostic () |
FEDM_ISC_READER_INFO * | GetReaderInfo () |
char * | GetReaderName () |
char * | GetReaderName (unsigned int uiReaderType) |
int | GetStatusText (char *cStatusText, unsigned char ucStatus) |
char * | GetStatusText (unsigned char ucStatus) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, bool *bData) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned char *ucData) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned char *ucData, int iDataBufLen) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned int *uiData) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, __int64 *i64Data) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, char *cData, int iDataBufLen) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, string &sData) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, int iBlockNr, unsigned char *ucData, int iDataBufLen) |
virtual int | GetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, int iBlockNr, string &sData) |
virtual int | GetTableLength (unsigned int uiTableID) |
virtual int | GetTableSize (unsigned int uiTableID) |
char * | GetTagName (unsigned char ucTagType) |
virtual int | ResetTable (unsigned int uiTableID, unsigned int uiDataFlags=0) |
virtual int | SendProtocol (unsigned char ucCmdByte) |
virtual int | Serialize (bool bRead, char *sFileName) |
int | Set_0x6E_ReaderDiagnosticData (unsigned char ucMode, unsigned char *ucData, FEDM_ISC_READER_DIAGNOSTIC *pReaderDiagnostic) |
int | SetCommandPara (string sParaName, bool Data) |
int | SetCommandPara (string sParaName, unsigned char Data) |
int | SetCommandPara (string sParaName, unsigned char *Data, int DataLen) |
int | SetCommandPara (string sParaName, unsigned int Data) |
int | SetCommandPara (string sParaName, __int64 Data) |
int | SetCommandPara (string sParaName, string Data) |
int | SetCommandPara (string sParaName, char *Data, int DataLen) |
int | SetConfigPara (string sParaName, bool Data, bool bEEPROM=true) |
int | SetConfigPara (string sParaName, unsigned char Data, bool bEEPROM=true) |
int | SetConfigPara (string sParaName, unsigned char *Data, int ParaAnz, bool bEEPROM=true) |
int | SetConfigPara (string sParaName, unsigned int Data, bool bEEPROM=true) |
int | SetConfigPara (string sParaName, __int64 Data, bool bEEPROM=true) |
int | SetConfigPara (string sParaName, string Data, bool bEEPROM=true) |
int | SetConfigPara (string sParaName, char *Data, int DataLen, bool bEEPROM=true) |
void | SetOemReaderNames (map< unsigned int, string > mapOemNames, map< unsigned int, string > mapOemNames4ReaderVariants) |
virtual int | SetPortHnd (int iPortHnd) |
virtual int | SetProtocolFrameSupport (unsigned int uiType) |
virtual int | SetReaderType (unsigned int uiReaderType) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, bool bData) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned char ucData) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned char *ucData, int iDataBufLen) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, unsigned int uiData) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, __int64 i64Data) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, string sData) |
virtual int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, int iBlockNr, unsigned char *ucData, int iDataBufLen) |
int | SetTableData (int iIdx, unsigned int uiTableID, unsigned int uiDataID, int iBlockNr, string sData) |
int | SetTableLength (unsigned int uiTableID, unsigned int uiLength) |
virtual int | SetTableSize (unsigned int uiTableID, int iSize) |
virtual int | SetTableSize (unsigned int uiTableID, int iSize, int iRxDB_BlockCount, int iRxDB_BlockSize, int iTxDB_BlockCount, int iTxDB_BlockSize) |
int | TestConfigPara (string sParaName) |
virtual int | VerifyTableData (int iIdx, unsigned int uiTableID, int iBlockNr, int iBlockCnt) |
virtual | ~FEDM_ISCReader () |
Protected Member Functions | |
void | BuildAccessIdMap_CPR () |
void | BuildAccessIdMap_CPR20 () |
void | BuildAccessIdMap_CPR30 () |
void | BuildAccessIdMap_CPR40 () |
void | BuildAccessIdMap_CPR44 () |
void | BuildAccessIdMap_CPR46 () |
void | BuildAccessIdMap_CPR47 () |
void | BuildAccessIdMap_CPR50 () |
void | BuildAccessIdMap_CPR52 () |
void | BuildAccessIdMap_CPR60 () |
void | BuildAccessIdMap_ISCMU02 () |
void | BuildAccessIdMap_LR1002 () |
void | BuildAccessIdMap_LR1002_Part0 () |
void | BuildAccessIdMap_LR1002_Part1 () |
void | BuildAccessIdMap_LR200 () |
void | BuildAccessIdMap_LR2000 () |
void | BuildAccessIdMap_LR2000_Part0 () |
void | BuildAccessIdMap_LR2000_Part1 () |
void | BuildAccessIdMap_LR2500_A () |
void | BuildAccessIdMap_LR2500_A_Part0 () |
void | BuildAccessIdMap_LR2500_A_Part1 () |
void | BuildAccessIdMap_LR2500_A_Part2 () |
void | BuildAccessIdMap_LR2500_B () |
void | BuildAccessIdMap_LR2500_B_Part0 () |
void | BuildAccessIdMap_LR2500_B_Part1 () |
void | BuildAccessIdMap_LRU1000 () |
void | BuildAccessIdMap_LRU1000_Part0 () |
void | BuildAccessIdMap_LRU1000_Part1 () |
void | BuildAccessIdMap_LRU1002 () |
void | BuildAccessIdMap_LRU1002_Part0 () |
void | BuildAccessIdMap_LRU1002_Part1 () |
void | BuildAccessIdMap_LRU2000 () |
void | BuildAccessIdMap_LRU2000_Part0 () |
void | BuildAccessIdMap_LRU2000_Part1 () |
void | BuildAccessIdMap_LRU3000 () |
void | BuildAccessIdMap_LRU3000_Part0 () |
void | BuildAccessIdMap_LRU3000_Part1 () |
void | BuildAccessIdMap_M02 () |
void | BuildAccessIdMap_MAX50 () |
void | BuildAccessIdMap_MAX50_Part0 () |
void | BuildAccessIdMap_MAX50_Part1 () |
void | BuildAccessIdMap_MAX_ONTOP () |
void | BuildAccessIdMap_MAXU1002 () |
void | BuildAccessIdMap_MR101 () |
void | BuildAccessIdMap_MR102 () |
void | BuildAccessIdMap_MR200 () |
void | BuildAccessIdMap_MR200_Part0 () |
void | BuildAccessIdMap_MR200_Part1 () |
void | BuildAccessIdMap_MRU102 () |
void | BuildAccessIdMap_MRU102_Part0 () |
void | BuildAccessIdMap_MRU102_Part1 () |
void | BuildAccessIdMap_MRU200 () |
void | BuildAccessIdMap_MRU200_Part0 () |
void | BuildAccessIdMap_MRU200_Part1 () |
void | BuildAccessIdMap_PRH102 () |
void | BuildAccessIdMap_PRH200 () |
void | BuildAccessIdMap_PRHD102 () |
void | BuildPDMap () |
int | Get_0x72_OutputData (unsigned char ucOutN, unsigned char *pOutRec) |
virtual int | Get_0xB0_0x24_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB0_0x27_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB0_0x29_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB0_0xA1_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB0_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData) |
virtual int | Get_0xB1_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_EM (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_Fujitsu (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_IDS (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_Infineon (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_KSW (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_NXP (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_STM (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB1_IsoTableData_TI (unsigned char ucCmdByte, unsigned char *ucData) |
virtual int | Get_0xB2_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData) |
virtual int | Get_0xB3_0x24_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB3_0x25_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB3_0x26_IsoTableData (unsigned char *ucData) |
virtual int | Get_0xB3_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData) |
virtual int | Get_0xB4_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB4_IsoTableData_EM (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB4_IsoTableData_IDS (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xB4_IsoTableData_NXP (unsigned char ucCmdByte, unsigned char *ucData) |
int | Get_0xC1_IsoTableData (unsigned char ucDESFireCmd, unsigned char *ucData) |
int | Get_0xC2_IsoTableData (unsigned char ucMifarePlusCmd, unsigned char *ucData) |
int | Get_0xC3_IsoTableData (unsigned char ucDESFireCmd, unsigned char ucMode, unsigned char *ucData) |
virtual int | SerializeIn (FEDM_XMLBase *xml, FEDM_XML_TREEITEM *root) |
virtual int | SerializeOut (FEDM_XMLBase *xml, FEDM_XML_TREEITEM *root) |
int | Set_0x66_ReaderInfoData (unsigned char ucMode, unsigned char *ucData) |
int | Set_0x6E_ReaderDiagnosticData (unsigned char ucMode, unsigned char *ucData) |
virtual int | Set_0xB0_0x23_IsoTableData (unsigned char *ucData, int iLen) |
virtual int | Set_0xB0_0x25_IsoTableData (unsigned char *ucData, int iLen) |
virtual int | Set_0xB0_0x26_IsoTableData (unsigned char *ucData, int iLen) |
virtual int | Set_0xB0_0x2B_IsoTableData (unsigned char *ucData, int iLen, int iStatusByte) |
virtual int | Set_0xB0_0x2C_IsoTableData (unsigned char *ucData, int iLen) |
virtual int | Set_0xB0_0xA0_IsoTableData (unsigned char *ucData, int iLen) |
virtual int | Set_0xB0_IsoTableData (unsigned char *ucData, int iLen, int iStatusByte) |
int | Set_0xB1_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_EM (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_Fujitsu (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_IDS (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_Infineon (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_KSW (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_NXP (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_STM (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB1_IsoTableData_TI (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
virtual int | Set_0xB2_0x2B_IsoTableData (unsigned char *ucData, int iLen) |
virtual int | Set_0xB2_IsoTableData (unsigned char *ucData, int iLen, int iStatusByte) |
virtual int | Set_0xB3_IsoTableData (unsigned char *ucData, int iLen, int iStatusByte) |
int | Set_0xB4_IsoTableData (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB4_IsoTableData_EM (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB4_IsoTableData_IDS (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xB4_IsoTableData_NXP (unsigned char ucCmdByte, unsigned char *ucData, int iLen) |
int | Set_0xC1_IsoTableData (unsigned char ucDESFireCmd, unsigned char *ucData, int iLen) |
int | Set_0xC2_IsoTableData (unsigned char ucMifarePlusCmd, unsigned char *ucData, int iLen) |
int | Set_0xC3_IsoTableData (unsigned char ucDESFireCmd, unsigned char *ucData, int iLen) |
virtual int | SetBrmTableData (unsigned char ucMode, unsigned char *ucData) |
virtual int | SetCADTableData (unsigned char ucCmd, long *ucData) |
void | SetLastError (int iError) |
Protected Attributes | |
bool | m_bDisableReadCfgBeforeWriteCfg |
bool | m_bDisableSelectWithCinf |
bool | m_bEnableTagHandler |
FEDM_BRMTAB_ARRAY | m_BRMTable |
bool | m_bSelectWithCinf |
FEDM_CADTable | m_CADTable |
FEDM_ISOTAB_ARRAY | m_ISOTable |
map< unsigned int, string > | m_mapOemNames |
map< unsigned int, string > | m_mapOemNames4ReaderVariants |
FEDM_PD_MAP | m_mapPeripheralDevices |
long | m_nData [516] |
FEDM_ISC_READER_DIAGNOSTIC | m_ReaderDiagnostic |
FEDM_ISC_READER_INFO | m_ReaderInfo |
unsigned char | m_ucData [FEDM_MAX_PROTOCOL_SIZE+1] |
unsigned int | m_uiBRMTableLength |
unsigned int | m_uiISOTableLength |
unsigned int | m_uiNonAddressedTabIndex |
Friends | |
class | FEDM_ISOTabItem |
class | FedmIscMyAxxessReader |
Definition at line 186 of file FEDM_ISCReader.h.
Definition at line 269 of file FEDM_ISCReader.cpp.
FEDM_ISCReader::~FEDM_ISCReader | ( | ) | [virtual] |
Definition at line 344 of file FEDM_ISCReader.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR20 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR20.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR30 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR30.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR40 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR40.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR44 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR44.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR46 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR46.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR47 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR47.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR50 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR50.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR52 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR52.cpp.
void FEDM_ISCReader::BuildAccessIdMap_CPR60 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_CPR60.cpp.
void FEDM_ISCReader::BuildAccessIdMap_ISCMU02 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_ISCMU02.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR1002 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LR1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR1002_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LR1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR1002_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LR1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR200 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LR200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2000 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LR2000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2000_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LR2000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2000_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LR2000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_A | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LR2500-A.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_A_Part0 | ( | ) | [protected] |
Definition at line 44 of file FEDM_ISCReaderConfig_LR2500-A.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_A_Part1 | ( | ) | [protected] |
Definition at line 199 of file FEDM_ISCReaderConfig_LR2500-A.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_A_Part2 | ( | ) | [protected] |
Definition at line 354 of file FEDM_ISCReaderConfig_LR2500-A.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_B | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LR2500-B.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_B_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LR2500-B.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LR2500_B_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LR2500-B.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU1000 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LRU1000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU1000_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LRU1000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU1000_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LRU1000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU1002 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LRU1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU1002_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LRU1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU1002_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LRU1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU2000 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LRU2000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU2000_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LRU2000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU2000_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LRU2000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU3000 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_LRU3000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU3000_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_LRU3000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_LRU3000_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_LRU3000.cpp.
void FEDM_ISCReader::BuildAccessIdMap_M02 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_M02.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MAX50 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MAX50.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MAX50_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_MAX50.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MAX50_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_MAX50.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MAX_ONTOP | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MAX_ONTOP.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MAXU1002 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MAXU1002.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MR101 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MR101.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MR102 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MR102.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MR200 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MR200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MR200_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_MR200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MR200_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_MR200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MRU102 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MRU102.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MRU102_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_MRU102.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MRU102_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_MRU102.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MRU200 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_MRU200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MRU200_Part0 | ( | ) | [protected] |
Definition at line 43 of file FEDM_ISCReaderConfig_MRU200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_MRU200_Part1 | ( | ) | [protected] |
Definition at line 198 of file FEDM_ISCReaderConfig_MRU200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_PRH102 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_PRH102.cpp.
void FEDM_ISCReader::BuildAccessIdMap_PRH200 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_PRH200.cpp.
void FEDM_ISCReader::BuildAccessIdMap_PRHD102 | ( | ) | [protected] |
Definition at line 34 of file FEDM_ISCReaderConfig_PRHD102.cpp.
void FEDM_ISCReader::BuildPDMap | ( | ) | [protected] |
Definition at line 12456 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::CopyTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
int | iSrcDataID, | ||
int | iDstDataID | ||
) |
Definition at line 10780 of file FEDM_ISCReader.cpp.
void FEDM_ISCReader::DisableReadCfgBeforeWriteCfg | ( | bool | bFlag | ) | [inline] |
Definition at line 233 of file FEDM_ISCReader.h.
void FEDM_ISCReader::EnableTagHandler | ( | bool | bFlag | ) | [inline] |
Definition at line 234 of file FEDM_ISCReader.h.
int FEDM_ISCReader::EvalLibDependencies | ( | string & | sMessage | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 394 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::FindBaudRate | ( | bool * | pStop = NULL , |
int | iTimeout = 300 , |
||
int | iFrameSupport = 3 , |
||
FEDM_CB_FIND_BAUDRATE | cbFct = NULL , |
||
void * | pAny = NULL |
||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3227 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::FindTableIndex | ( | int | iStartIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
bool | bData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 10879 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::FindTableIndex | ( | int | iStartIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned char | ucData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 11011 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::FindTableIndex | ( | int | iStartIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned int | uiData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 11222 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::FindTableIndex | ( | int | iStartIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
__int64 | i64Data | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 11435 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::FindTableIndex | ( | int | iStartIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
string | sData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 11644 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0x72_OutputData | ( | unsigned char | ucOutN, |
unsigned char * | pOutRec | ||
) | [protected] |
Definition at line 12693 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB0_0x24_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 14268 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB0_0x27_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 14446 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB0_0x29_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 14508 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB0_0xA1_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 14570 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB0_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected, virtual] |
Definition at line 12839 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected, virtual] |
Definition at line 13163 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_EM | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13792 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_Fujitsu | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13847 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_IDS | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13992 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_Infineon | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13692 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_KSW | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13921 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_NXP | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13216 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_STM | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13477 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB1_IsoTableData_TI | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 13364 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB2_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected, virtual] |
Definition at line 14168 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB3_0x24_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 17222 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB3_0x25_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 17398 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB3_0x26_IsoTableData | ( | unsigned char * | ucData | ) | [protected, virtual] |
Definition at line 17565 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB3_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected, virtual] |
Definition at line 16957 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB4_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected, virtual] |
Definition at line 17791 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB4_IsoTableData_EM | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 18173 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB4_IsoTableData_IDS | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 18333 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xB4_IsoTableData_NXP | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 17842 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xC1_IsoTableData | ( | unsigned char | ucDESFireCmd, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 18574 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xC2_IsoTableData | ( | unsigned char | ucMifarePlusCmd, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 19168 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Get_0xC3_IsoTableData | ( | unsigned char | ucDESFireCmd, |
unsigned char | ucMode, | ||
unsigned char * | ucData | ||
) | [protected] |
Definition at line 18776 of file FEDM_ISCReader.cpp.
FEDM_BRMTabItem * FEDM_ISCReader::GetBRMTableItem | ( | unsigned int | uiIdx | ) |
Definition at line 1341 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
bool * | Data | ||
) |
Definition at line 3798 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
unsigned char * | Data | ||
) |
Definition at line 3810 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
unsigned char * | Data, | ||
int | DataLen | ||
) |
Definition at line 3815 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
unsigned int * | Data | ||
) |
Definition at line 3820 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
__int64 * | Data | ||
) |
Definition at line 3825 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
string | Data | ||
) |
Definition at line 3837 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetCommandPara | ( | string | sParaName, |
char * | Data, | ||
int | DataLen | ||
) |
Definition at line 3842 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
bool * | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 3936 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
unsigned char * | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 3990 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
unsigned char * | Data, | ||
int | ParaAnz, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4017 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
unsigned int * | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4043 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
__int64 * | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4069 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
string & | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4162 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetConfigPara | ( | string | sParaName, |
char * | Data, | ||
int | DataLen, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4225 of file FEDM_ISCReader.cpp.
string FEDM_ISCReader::GetDependentLibVersions | ( | ) |
Definition at line 681 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetErrorText | ( | char * | cErrorText, |
int | iErrorCode | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3633 of file FEDM_ISCReader.cpp.
char * FEDM_ISCReader::GetErrorText | ( | int | iErrorCode | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3611 of file FEDM_ISCReader.cpp.
FEDM_ISOTabItem * FEDM_ISCReader::GetISOTableItem | ( | unsigned int | uiIdx | ) |
Definition at line 1311 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetLastError | ( | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3587 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetLastProt | ( | char * | sID, |
char * | sProt | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3497 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetLastStatus | ( | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3562 of file FEDM_ISCReader.cpp.
FEDM_PD_MAP* FEDM_ISCReader::GetPeripheralDevices | ( | ) | [inline] |
Definition at line 414 of file FEDM_ISCReader.h.
int FEDM_ISCReader::GetPortHnd | ( | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1188 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetProtocolFrameSupport | ( | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1207 of file FEDM_ISCReader.cpp.
Definition at line 220 of file FEDM_ISCReader.h.
FEDM_ISC_READER_INFO* FEDM_ISCReader::GetReaderInfo | ( | ) | [inline] |
Definition at line 219 of file FEDM_ISCReader.h.
char * FEDM_ISCReader::GetReaderName | ( | ) |
Reimplemented from FEDM_DataBase.
Definition at line 20229 of file FEDM_ISCReader.cpp.
char * FEDM_ISCReader::GetReaderName | ( | unsigned int | uiReaderType | ) |
Definition at line 20234 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetStatusText | ( | char * | cStatusText, |
unsigned char | ucStatus | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3780 of file FEDM_ISCReader.cpp.
char * FEDM_ISCReader::GetStatusText | ( | unsigned char | ucStatus | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 3756 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
bool * | bData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 4634 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned char * | ucData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 4853 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned char * | ucData, | ||
int | iDataBufLen | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 5156 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned int * | uiData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 5643 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
__int64 * | i64Data | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 5994 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
char * | cData, | ||
int | iDataBufLen | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 6531 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
string & | sData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 6938 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
int | iBlockNr, | ||
unsigned char * | ucData, | ||
int | iDataBufLen | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 8374 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
int | iBlockNr, | ||
string & | sData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 8816 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableLength | ( | unsigned int | uiTableID | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1267 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::GetTableSize | ( | unsigned int | uiTableID | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1230 of file FEDM_ISCReader.cpp.
char * FEDM_ISCReader::GetTagName | ( | unsigned char | ucTagType | ) |
Definition at line 20395 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::ResetTable | ( | unsigned int | uiTableID, |
unsigned int | uiDataFlags = 0 |
||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1030 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SendProtocol | ( | unsigned char | ucCmdByte | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1621 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Serialize | ( | bool | bRead, |
char * | sFileName | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 1391 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SerializeIn | ( | FEDM_XMLBase * | xml, |
FEDM_XML_TREEITEM * | root | ||
) | [protected, virtual] |
Implements FEDM_DataBase.
Definition at line 1417 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SerializeOut | ( | FEDM_XMLBase * | xml, |
FEDM_XML_TREEITEM * | root | ||
) | [protected, virtual] |
Implements FEDM_DataBase.
Definition at line 1478 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0x66_ReaderInfoData | ( | unsigned char | ucMode, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 12110 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0x6E_ReaderDiagnosticData | ( | unsigned char | ucMode, |
unsigned char * | ucData, | ||
FEDM_ISC_READER_DIAGNOSTIC * | pReaderDiagnostic | ||
) |
Definition at line 12568 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0x6E_ReaderDiagnosticData | ( | unsigned char | ucMode, |
unsigned char * | ucData | ||
) | [protected] |
Definition at line 12543 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_0x23_IsoTableData | ( | unsigned char * | ucData, |
int | iLen | ||
) | [protected, virtual] |
Definition at line 16368 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_0x25_IsoTableData | ( | unsigned char * | ucData, |
int | iLen | ||
) | [protected, virtual] |
Definition at line 16493 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_0x26_IsoTableData | ( | unsigned char * | ucData, |
int | iLen | ||
) | [protected, virtual] |
Definition at line 16600 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_0x2B_IsoTableData | ( | unsigned char * | ucData, |
int | iLen, | ||
int | iStatusByte | ||
) | [protected, virtual] |
Definition at line 16626 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_0x2C_IsoTableData | ( | unsigned char * | ucData, |
int | iLen | ||
) | [protected, virtual] |
Definition at line 16734 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_0xA0_IsoTableData | ( | unsigned char * | ucData, |
int | iLen | ||
) | [protected, virtual] |
Definition at line 16827 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB0_IsoTableData | ( | unsigned char * | ucData, |
int | iLen, | ||
int | iStatusByte | ||
) | [protected, virtual] |
Definition at line 14628 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 14764 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_EM | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15366 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_Fujitsu | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15176 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_IDS | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15254 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_Infineon | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15032 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_KSW | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15209 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_NXP | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 14818 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_STM | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 14978 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB1_IsoTableData_TI | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15135 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB2_0x2B_IsoTableData | ( | unsigned char * | ucData, |
int | iLen | ||
) | [protected, virtual] |
Definition at line 16887 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB2_IsoTableData | ( | unsigned char * | ucData, |
int | iLen, | ||
int | iStatusByte | ||
) | [protected, virtual] |
Definition at line 15405 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB3_IsoTableData | ( | unsigned char * | ucData, |
int | iLen, | ||
int | iStatusByte | ||
) | [protected, virtual] |
Definition at line 17727 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB4_IsoTableData | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15456 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB4_IsoTableData_EM | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15676 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB4_IsoTableData_IDS | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15825 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xB4_IsoTableData_NXP | ( | unsigned char | ucCmdByte, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15501 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xC1_IsoTableData | ( | unsigned char | ucDESFireCmd, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 15966 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xC2_IsoTableData | ( | unsigned char | ucMifarePlusCmd, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 16217 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::Set_0xC3_IsoTableData | ( | unsigned char | ucDESFireCmd, |
unsigned char * | ucData, | ||
int | iLen | ||
) | [protected] |
Definition at line 16083 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetBrmTableData | ( | unsigned char | ucMode, |
unsigned char * | ucData | ||
) | [protected, virtual] |
Definition at line 12731 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCADTableData | ( | unsigned char | ucCmd, |
long * | ucData | ||
) | [protected, virtual] |
Definition at line 19340 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
bool | Data | ||
) |
Definition at line 3850 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
unsigned char | Data | ||
) |
Definition at line 3862 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
unsigned char * | Data, | ||
int | DataLen | ||
) |
Definition at line 3867 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
unsigned int | Data | ||
) |
Definition at line 3872 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
__int64 | Data | ||
) |
Definition at line 3877 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
string | Data | ||
) |
Definition at line 3889 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetCommandPara | ( | string | sParaName, |
char * | Data, | ||
int | DataLen | ||
) |
Definition at line 3894 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
bool | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4290 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
unsigned char | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4342 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
unsigned char * | Data, | ||
int | ParaAnz, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4368 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
unsigned int | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4394 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
__int64 | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4419 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
string | Data, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4508 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetConfigPara | ( | string | sParaName, |
char * | Data, | ||
int | DataLen, | ||
bool | bEEPROM = true |
||
) |
Definition at line 4568 of file FEDM_ISCReader.cpp.
void FEDM_ISCReader::SetLastError | ( | int | iError | ) | [protected] |
Reimplemented from FEDM_Base.
Definition at line 19420 of file FEDM_ISCReader.cpp.
void FEDM_ISCReader::SetOemReaderNames | ( | map< unsigned int, string > | mapOemNames, |
map< unsigned int, string > | mapOemNames4ReaderVariants | ||
) |
Definition at line 20377 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetPortHnd | ( | int | iPortHnd | ) | [virtual] |
Implements FEDM_DataBase.
Reimplemented in FEDM_ISCReaderModule.
Definition at line 822 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetProtocolFrameSupport | ( | unsigned int | uiType | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 843 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetReaderType | ( | unsigned int | uiReaderType | ) | [virtual] |
Implements FEDM_DataBase.
Definition at line 19518 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
bool | bData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 7293 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned char | ucData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 7429 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned char * | ucData, | ||
int | iDataBufLen | ||
) | [virtual] |
Definition at line 7611 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
unsigned int | uiData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 7849 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
__int64 | i64Data | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 8007 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
string | sData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 8117 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
int | iBlockNr, | ||
unsigned char * | ucData, | ||
int | iDataBufLen | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 9458 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
unsigned int | uiDataID, | ||
int | iBlockNr, | ||
string | sData | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 9798 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableLength | ( | unsigned int | uiTableID, |
unsigned int | uiLength | ||
) |
Definition at line 1285 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableSize | ( | unsigned int | uiTableID, |
int | iSize | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 879 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::SetTableSize | ( | unsigned int | uiTableID, |
int | iSize, | ||
int | iRxDB_BlockCount, | ||
int | iRxDB_BlockSize, | ||
int | iTxDB_BlockCount, | ||
int | iTxDB_BlockSize | ||
) | [virtual] |
Definition at line 942 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::TestConfigPara | ( | string | sParaName | ) |
Definition at line 3910 of file FEDM_ISCReader.cpp.
int FEDM_ISCReader::VerifyTableData | ( | int | iIdx, |
unsigned int | uiTableID, | ||
int | iBlockNr, | ||
int | iBlockCnt | ||
) | [virtual] |
Implements FEDM_DataBase.
Definition at line 10692 of file FEDM_ISCReader.cpp.
friend class FEDM_ISOTabItem [friend] |
Reimplemented in FEDM_ISCReaderModule.
Definition at line 192 of file FEDM_ISCReader.h.
friend class FedmIscMyAxxessReader [friend] |
Reimplemented in FEDM_ISCReaderModule.
Definition at line 193 of file FEDM_ISCReader.h.
bool FEDM_ISCReader::m_bDisableReadCfgBeforeWriteCfg [protected] |
Definition at line 591 of file FEDM_ISCReader.h.
bool FEDM_ISCReader::m_bDisableSelectWithCinf [protected] |
Definition at line 595 of file FEDM_ISCReader.h.
bool FEDM_ISCReader::m_bEnableTagHandler [protected] |
Definition at line 598 of file FEDM_ISCReader.h.
FEDM_BRMTAB_ARRAY FEDM_ISCReader::m_BRMTable [protected] |
Definition at line 607 of file FEDM_ISCReader.h.
bool FEDM_ISCReader::m_bSelectWithCinf [protected] |
Definition at line 594 of file FEDM_ISCReader.h.
FEDM_CADTable FEDM_ISCReader::m_CADTable [protected] |
Definition at line 614 of file FEDM_ISCReader.h.
FEDM_ISOTAB_ARRAY FEDM_ISCReader::m_ISOTable [protected] |
Definition at line 610 of file FEDM_ISCReader.h.
map<unsigned int, string> FEDM_ISCReader::m_mapOemNames [protected] |
Definition at line 624 of file FEDM_ISCReader.h.
map<unsigned int, string> FEDM_ISCReader::m_mapOemNames4ReaderVariants [protected] |
Definition at line 627 of file FEDM_ISCReader.h.
FEDM_PD_MAP FEDM_ISCReader::m_mapPeripheralDevices [protected] |
Definition at line 632 of file FEDM_ISCReader.h.
long FEDM_ISCReader::m_nData[516] [protected] |
Definition at line 641 of file FEDM_ISCReader.h.
Definition at line 618 of file FEDM_ISCReader.h.
FEDM_ISC_READER_INFO FEDM_ISCReader::m_ReaderInfo [protected] |
Definition at line 621 of file FEDM_ISCReader.h.
unsigned char FEDM_ISCReader::m_ucData[FEDM_MAX_PROTOCOL_SIZE+1] [protected] |
Definition at line 640 of file FEDM_ISCReader.h.
unsigned int FEDM_ISCReader::m_uiBRMTableLength [protected] |
Definition at line 635 of file FEDM_ISCReader.h.
unsigned int FEDM_ISCReader::m_uiISOTableLength [protected] |
Definition at line 636 of file FEDM_ISCReader.h.
unsigned int FEDM_ISCReader::m_uiNonAddressedTabIndex [protected] |
Definition at line 637 of file FEDM_ISCReader.h.