libchipcard 5.1.6
|
#include <gwenhywfar/db.h>
#include <gwenhywfar/inherit.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/cryptdefs.h>
#include <chipcard/chipcard.h>
Go to the source code of this file.
Typedefs | |
typedef struct LC_PININFO | LC_PININFO |
typedef struct LC_PININFO LC_PININFO |
CHIPCARD_API void LC_PinInfo_List2_freeAll | ( | LC_PININFO_LIST2 * | stl | ) |
Destroys all objects stored in the given LIST2 and the list itself
References CHIPCARD_API, and LC_PinInfo_List2_freeAll().
Referenced by LC_PinInfo_List2_freeAll().
CHIPCARD_API LC_PININFO * LC_PinInfo_new | ( | void | ) |
Creates a new object.
References CHIPCARD_API, and LC_PinInfo_new().
Referenced by LC_PinInfo_new().
CHIPCARD_API LC_PININFO * LC_PinInfo_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
References CHIPCARD_API, and LC_PinInfo_fromDb().
Referenced by LC_PinInfo_fromDb().
CHIPCARD_API LC_PININFO * LC_PinInfo_dup | ( | const LC_PININFO * | st | ) |
Creates and returns a deep copy of thegiven object.
References CHIPCARD_API, and LC_PinInfo_dup().
Referenced by LC_PinInfo_dup().
CHIPCARD_API void LC_PinInfo_free | ( | LC_PININFO * | st | ) |
Destroys the given object.
References CHIPCARD_API, and LC_PinInfo_free().
Referenced by LC_PinInfo_free().
CHIPCARD_API void LC_PinInfo_Attach | ( | LC_PININFO * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
References CHIPCARD_API, and LC_PinInfo_Attach().
Referenced by LC_PinInfo_Attach().
CHIPCARD_API int LC_PinInfo_ReadDb | ( | LC_PININFO * | st, |
GWEN_DB_NODE * | db ) |
Reads data from a GWEN_DB.
References CHIPCARD_API, and LC_PinInfo_ReadDb().
Referenced by LC_PinInfo_ReadDb().
CHIPCARD_API int LC_PinInfo_toDb | ( | const LC_PININFO * | st, |
GWEN_DB_NODE * | db ) |
Stores an object in the given GWEN_DB_NODE
References CHIPCARD_API, and LC_PinInfo_toDb().
Referenced by LC_PinInfo_toDb().
CHIPCARD_API int LC_PinInfo_IsModified | ( | const LC_PININFO * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
References CHIPCARD_API, and LC_PinInfo_IsModified().
Referenced by LC_PinInfo_IsModified().
CHIPCARD_API void LC_PinInfo_SetModified | ( | LC_PININFO * | st, |
int | i ) |
Sets the modified state of the given object
References CHIPCARD_API, and LC_PinInfo_SetModified().
Referenced by LC_PinInfo_SetModified().
CHIPCARD_API const char * LC_PinInfo_GetName | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_Name
References CHIPCARD_API, and LC_PinInfo_GetName().
Referenced by LC_PinInfo_GetName().
CHIPCARD_API void LC_PinInfo_SetName | ( | LC_PININFO * | el, |
const char * | d ) |
Set the property LC_PININFO_Name
References CHIPCARD_API, and LC_PinInfo_SetName().
Referenced by LC_PinInfo_SetName().
CHIPCARD_API uint32_t LC_PinInfo_GetId | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_Id
References CHIPCARD_API, and LC_PinInfo_GetId().
Referenced by LC_PinInfo_GetId().
CHIPCARD_API void LC_PinInfo_SetId | ( | LC_PININFO * | el, |
uint32_t | d ) |
Set the property LC_PININFO_Id
References CHIPCARD_API, and LC_PinInfo_SetId().
Referenced by LC_PinInfo_SetId().
CHIPCARD_API int LC_PinInfo_GetEncoding | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_Encoding
References CHIPCARD_API, and LC_PinInfo_GetEncoding().
Referenced by LC_PinInfo_GetEncoding().
CHIPCARD_API void LC_PinInfo_SetEncoding | ( | LC_PININFO * | el, |
int | d ) |
Set the property LC_PININFO_Encoding
References CHIPCARD_API, and LC_PinInfo_SetEncoding().
Referenced by LC_PinInfo_SetEncoding().
CHIPCARD_API int LC_PinInfo_GetMinLength | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_MinLength
References CHIPCARD_API, and LC_PinInfo_GetMinLength().
Referenced by LC_PinInfo_GetMinLength().
CHIPCARD_API void LC_PinInfo_SetMinLength | ( | LC_PININFO * | el, |
int | d ) |
Set the property LC_PININFO_MinLength
References CHIPCARD_API, and LC_PinInfo_SetMinLength().
Referenced by LC_PinInfo_SetMinLength().
CHIPCARD_API int LC_PinInfo_GetMaxLength | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_MaxLength
References CHIPCARD_API, and LC_PinInfo_GetMaxLength().
Referenced by LC_PinInfo_GetMaxLength().
CHIPCARD_API void LC_PinInfo_SetMaxLength | ( | LC_PININFO * | el, |
int | d ) |
Set the property LC_PININFO_MaxLength
References CHIPCARD_API, and LC_PinInfo_SetMaxLength().
Referenced by LC_PinInfo_SetMaxLength().
CHIPCARD_API int LC_PinInfo_GetAllowChange | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_AllowChange
References CHIPCARD_API, and LC_PinInfo_GetAllowChange().
Referenced by LC_PinInfo_GetAllowChange().
CHIPCARD_API void LC_PinInfo_SetAllowChange | ( | LC_PININFO * | el, |
int | d ) |
Set the property LC_PININFO_AllowChange
References CHIPCARD_API, and LC_PinInfo_SetAllowChange().
Referenced by LC_PinInfo_SetAllowChange().
CHIPCARD_API int LC_PinInfo_GetFiller | ( | const LC_PININFO * | el | ) |
Returns the property LC_PININFO_Filler
References CHIPCARD_API, and LC_PinInfo_GetFiller().
Referenced by LC_PinInfo_GetFiller().
CHIPCARD_API void LC_PinInfo_SetFiller | ( | LC_PININFO * | el, |
int | d ) |
Set the property LC_PININFO_Filler
References CHIPCARD_API, and LC_PinInfo_SetFiller().
Referenced by LC_PinInfo_SetFiller().