|
libchipcard
5.0.2
|
#include <gwenhywfar/db.h>#include <gwenhywfar/list2.h>#include <gwenhywfar/types.h>#include <gwenhywfar/gwentime.h>#include <chipcard/chipcard.h>

Go to the source code of this file.
| typedef struct LC_GELDKARTE_BLOG LC_GELDKARTE_BLOG |
| CHIPCARD_API void LC_GeldKarte_BLog_List2_freeAll | ( | LC_GELDKARTE_BLOG_LIST2 * | stl | ) |
Destroys all objects stored in the given LIST2 and the list itself
| CHIPCARD_API LC_GELDKARTE_BLOG* LC_GeldKarte_BLog_new | ( | ) |
Creates a new object.
| CHIPCARD_API LC_GELDKARTE_BLOG* LC_GeldKarte_BLog_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
| CHIPCARD_API LC_GELDKARTE_BLOG* LC_GeldKarte_BLog_dup | ( | const LC_GELDKARTE_BLOG * | st | ) |
Creates and returns a deep copy of thegiven object.
| CHIPCARD_API void LC_GeldKarte_BLog_free | ( | LC_GELDKARTE_BLOG * | st | ) |
Destroys the given object.
| CHIPCARD_API void LC_GeldKarte_BLog_Attach | ( | LC_GELDKARTE_BLOG * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
| CHIPCARD_API int LC_GeldKarte_BLog_ReadDb | ( | LC_GELDKARTE_BLOG * | st, |
| GWEN_DB_NODE * | db | ||
| ) |
Reads data from a GWEN_DB.
| CHIPCARD_API int LC_GeldKarte_BLog_toDb | ( | const LC_GELDKARTE_BLOG * | st, |
| GWEN_DB_NODE * | db | ||
| ) |
Stores an object in the given GWEN_DB_NODE
| CHIPCARD_API int LC_GeldKarte_BLog_IsModified | ( | const LC_GELDKARTE_BLOG * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
| CHIPCARD_API void LC_GeldKarte_BLog_SetModified | ( | LC_GELDKARTE_BLOG * | st, |
| int | i | ||
| ) |
Sets the modified state of the given object
| CHIPCARD_API int LC_GeldKarte_BLog_GetStatus | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_Status
| CHIPCARD_API void LC_GeldKarte_BLog_SetStatus | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_Status
| CHIPCARD_API int LC_GeldKarte_BLog_GetBSeq | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_BSeq
| CHIPCARD_API void LC_GeldKarte_BLog_SetBSeq | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_BSeq
| CHIPCARD_API int LC_GeldKarte_BLog_GetLSeq | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_LSeq
| CHIPCARD_API void LC_GeldKarte_BLog_SetLSeq | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_LSeq
| CHIPCARD_API int LC_GeldKarte_BLog_GetValue | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_Value
| CHIPCARD_API void LC_GeldKarte_BLog_SetValue | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_Value
| CHIPCARD_API const char* LC_GeldKarte_BLog_GetMerchantId | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_MerchantId
| CHIPCARD_API void LC_GeldKarte_BLog_SetMerchantId | ( | LC_GELDKARTE_BLOG * | el, |
| const char * | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_MerchantId
| CHIPCARD_API int LC_GeldKarte_BLog_GetHSeq | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_HSeq
| CHIPCARD_API void LC_GeldKarte_BLog_SetHSeq | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_HSeq
| CHIPCARD_API int LC_GeldKarte_BLog_GetSSeq | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_SSeq
| CHIPCARD_API void LC_GeldKarte_BLog_SetSSeq | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_SSeq
| CHIPCARD_API int LC_GeldKarte_BLog_GetLoaded | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_Loaded
| CHIPCARD_API void LC_GeldKarte_BLog_SetLoaded | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_Loaded
| CHIPCARD_API const GWEN_TIME* LC_GeldKarte_BLog_GetTime | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_Time
| CHIPCARD_API void LC_GeldKarte_BLog_SetTime | ( | LC_GELDKARTE_BLOG * | el, |
| const GWEN_TIME * | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_Time
| CHIPCARD_API int LC_GeldKarte_BLog_GetKeyId | ( | const LC_GELDKARTE_BLOG * | el | ) |
Returns the property LC_GELDKARTE_BLOG_KeyId
| CHIPCARD_API void LC_GeldKarte_BLog_SetKeyId | ( | LC_GELDKARTE_BLOG * | el, |
| int | d | ||
| ) |
Set the property LC_GELDKARTE_BLOG_KeyId
1.7.5.1