| eID middleware |
#include <eidlib.h>

Public Member Functions | |
| virtual PTEIDSDK_API | ~PTEID_SisId () |
| Destructor. | |
| PTEIDSDK_API const char * | getName () |
| Return Name field. | |
| PTEIDSDK_API const char * | getSurname () |
| Return Surname field. | |
| PTEIDSDK_API const char * | getInitials () |
| Return Initials field. | |
| PTEIDSDK_API const char * | getGender () |
| Return Gender field. | |
| PTEIDSDK_API const char * | getDateOfBirth () |
| Return Date Of Birth field. | |
| PTEIDSDK_API const char * | getSocialSecurityNumber () |
| Return Social Security Number field. | |
| PTEIDSDK_API const char * | getLogicalNumber () |
| Return Logical Number field. | |
| PTEIDSDK_API const char * | getDateOfIssue () |
| Return Date Of Issue field. | |
| PTEIDSDK_API const char * | getValidityBeginDate () |
| Return Validity Begin Date field. | |
| PTEIDSDK_API const char * | getValidityEndDate () |
| Return Validity End Date field. | |
Friends | |
| PTEID_SisId & | PTEID_SISCard::getID () |
| For internal use : This method must access protected constructor. | |
You can get such an object from PTEID_SISCard::getID() (or getDocument).
| virtual PTEIDSDK_API eIDMW::PTEID_SisId::~PTEID_SisId | ( | ) | [virtual] |
Destructor.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getDateOfBirth | ( | ) |
Return Date Of Birth field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getDateOfIssue | ( | ) |
Return Date Of Issue field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getGender | ( | ) |
Return Gender field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getInitials | ( | ) |
Return Initials field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getLogicalNumber | ( | ) |
Return Logical Number field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getName | ( | ) |
Return Name field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getSocialSecurityNumber | ( | ) |
Return Social Security Number field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getSurname | ( | ) |
Return Surname field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getValidityBeginDate | ( | ) |
Return Validity Begin Date field.
| PTEIDSDK_API const char* eIDMW::PTEID_SisId::getValidityEndDate | ( | ) |
Return Validity End Date field.
| PTEID_SisId& PTEID_SISCard::getID | ( | ) | [friend] |
For internal use : This method must access protected constructor.