Defines | Functions
fescr.h File Reference

Go to the source code of this file.

Defines

#define DLL_EXT_FUNC
#define FESCR_CALL
#define FESCR_ERR_APDU_CURRENTLY_RUNNING   -4309
#define FESCR_ERR_EMPTY_LIST   -4301
#define FESCR_ERR_HND_IS_NEGATIVE   -4322
#define FESCR_ERR_HND_IS_NULL   -4321
#define FESCR_ERR_NEW_SMARTCARDSLOT_FAILURE   -4300
#define FESCR_ERR_NO_HND_FOUND   -4323
#define FESCR_ERR_NO_MORE_MEM   -4303
#define FESCR_ERR_NO_USB_SUPPORT   -4306
#define FESCR_ERR_PARAMETER_OUT_OF_RANGE   -4351
#define FESCR_ERR_POINTER_IS_NULL   -4302
#define FESCR_ERR_READER_HND_IS_NEGATIVE   -4326
#define FESCR_ERR_THREAD_NOT_CREATED   -4327
#define FESCR_ERR_UNDERSIZED_RESPONSE_BUFFER   -4357
#define FESCR_ERR_UNKNOWN_ERRORCODE   -4353
#define FESCR_ERR_UNKNOWN_HND   -4320
#define FESCR_ERR_UNKNOWN_PARAMETER   -4350
#define FESCR_EXT_CALL
#define FESCR_INCOMPLETE_RESPONSE   -4375
#define FESCR_INVALID_ACKNOWLEDGEMENT_LENGTH   -4373
#define FESCR_INVALID_PROTOCOL   -4376
#define FESCR_INVALID_TRANSMISSION   -4377
#define FESCR_LIST_COMPLETE_FAILURE   -4374
#define LANGUAGE   9

Functions

int DLL_EXT_FUNC FESCR_Activate (int iSlotHnd, unsigned char *ucReqData, int iReqDataLen, unsigned char *ucRspData, unsigned int uiRspDataBufSize, int *iRspDataLen)
int DLL_EXT_FUNC FESCR_Apdu (int iSlotHnd, unsigned char *ucReqApdu, int iReqApduLen, unsigned char *ucRspApdu, unsigned int uiRspApduBufSize, int *iRspApduLen)
int DLL_EXT_FUNC FESCR_Deactivate (int iSlotHnd)
int DLL_EXT_FUNC FESCR_DeleteScrSlot (int iSlotHnd)
void DLL_EXT_FUNC FESCR_GetDLLVersion (char *cVersion)
int DLL_EXT_FUNC FESCR_GetErrorText (int iErrorCode, char *cErrorText)
int DLL_EXT_FUNC FESCR_GetLastError (int iSlotHnd, int *iErrorCode, char *cErrorText)
int DLL_EXT_FUNC FESCR_GetScrSlotList (int iNext)
int DLL_EXT_FUNC FESCR_NewScrSlot (int iReaderHnd, unsigned char ucBusAdr, int iSlotNo, unsigned char ucNad, bool bUseNad)

Define Documentation

#define DLL_EXT_FUNC

Definition at line 43 of file fescr.h.

#define FESCR_CALL

Definition at line 44 of file fescr.h.

Definition at line 69 of file fescr.h.

#define FESCR_ERR_EMPTY_LIST   -4301

Definition at line 61 of file fescr.h.

#define FESCR_ERR_HND_IS_NEGATIVE   -4322

Definition at line 77 of file fescr.h.

#define FESCR_ERR_HND_IS_NULL   -4321

Definition at line 76 of file fescr.h.

Definition at line 60 of file fescr.h.

#define FESCR_ERR_NO_HND_FOUND   -4323

Definition at line 78 of file fescr.h.

#define FESCR_ERR_NO_MORE_MEM   -4303

Definition at line 63 of file fescr.h.

#define FESCR_ERR_NO_USB_SUPPORT   -4306

Definition at line 66 of file fescr.h.

Definition at line 86 of file fescr.h.

#define FESCR_ERR_POINTER_IS_NULL   -4302

Definition at line 62 of file fescr.h.

Definition at line 81 of file fescr.h.

#define FESCR_ERR_THREAD_NOT_CREATED   -4327

Definition at line 82 of file fescr.h.

Definition at line 89 of file fescr.h.

#define FESCR_ERR_UNKNOWN_ERRORCODE   -4353

Definition at line 88 of file fescr.h.

#define FESCR_ERR_UNKNOWN_HND   -4320

Definition at line 75 of file fescr.h.

#define FESCR_ERR_UNKNOWN_PARAMETER   -4350

Definition at line 85 of file fescr.h.

#define FESCR_EXT_CALL

Definition at line 42 of file fescr.h.

#define FESCR_INCOMPLETE_RESPONSE   -4375

Definition at line 97 of file fescr.h.

Definition at line 95 of file fescr.h.

#define FESCR_INVALID_PROTOCOL   -4376

Definition at line 98 of file fescr.h.

#define FESCR_INVALID_TRANSMISSION   -4377

Definition at line 99 of file fescr.h.

#define FESCR_LIST_COMPLETE_FAILURE   -4374

Definition at line 96 of file fescr.h.

#define LANGUAGE   9

Definition at line 53 of file fescr.h.


Function Documentation

int DLL_EXT_FUNC FESCR_Activate ( int  iSlotHnd,
unsigned char *  ucReqData,
int  iReqDataLen,
unsigned char *  ucRspData,
unsigned int  uiRspDataBufSize,
int *  iRspDataLen 
)
int DLL_EXT_FUNC FESCR_Apdu ( int  iSlotHnd,
unsigned char *  ucReqApdu,
int  iReqApduLen,
unsigned char *  ucRspApdu,
unsigned int  uiRspApduBufSize,
int *  iRspApduLen 
)
int DLL_EXT_FUNC FESCR_Deactivate ( int  iSlotHnd)
int DLL_EXT_FUNC FESCR_DeleteScrSlot ( int  iSlotHnd)
void DLL_EXT_FUNC FESCR_GetDLLVersion ( char *  cVersion)
int DLL_EXT_FUNC FESCR_GetErrorText ( int  iErrorCode,
char *  cErrorText 
)
int DLL_EXT_FUNC FESCR_GetLastError ( int  iSlotHnd,
int *  iErrorCode,
char *  cErrorText 
)
int DLL_EXT_FUNC FESCR_GetScrSlotList ( int  iNext)
int DLL_EXT_FUNC FESCR_NewScrSlot ( int  iReaderHnd,
unsigned char  ucBusAdr,
int  iSlotNo,
unsigned char  ucNad,
bool  bUseNad 
)


maggie_rfid_drivers
Author(s): Raul Perula-Martinez
autogenerated on Mon Sep 14 2015 03:05:31