| eID middleware |
#include <eidlib.h>

Public Member Functions | |
| virtual PTEIDSDK_API | ~PTEID_Pins () |
| Destructor. | |
| PTEIDSDK_API unsigned long | count () |
| The number of pins on the card. | |
| PTEIDSDK_API PTEID_Pin & | getPinByNumber (unsigned long ulIndex) |
| Get the pin by its Index. | |
Friends | |
| PTEID_Pins & | PTEID_SmartCard::getPins () |
| For internal use : This method must access protected constructor. | |
| virtual PTEIDSDK_API eIDMW::PTEID_Pins::~PTEID_Pins | ( | ) | [virtual] |
Destructor.
| PTEIDSDK_API unsigned long eIDMW::PTEID_Pins::count | ( | ) |
The number of pins on the card.
| PTEIDSDK_API PTEID_Pin& eIDMW::PTEID_Pins::getPinByNumber | ( | unsigned long | ulIndex | ) |
Get the pin by its Index.
Throw PTEID_ExParamRange exception if the index is out of range.
| PTEID_Pins& PTEID_SmartCard::getPins | ( | ) | [friend] |
For internal use : This method must access protected constructor.