de.softpro.signware.SPSmartcardDriver Class Reference
Inheritance diagram for de.softpro.signware.SPSmartcardDriver:

Detailed Description
Smartcard driver object.Connect and access a smartcard reader.
- Operating Systems:
- Windows (Win32)
Public Member Functions | |
String | getCompanyName () throws SPSignwareException |
Query the Company name of the driver. | |
String | getDeviceName () throws SPSignwareException |
Query the Device name of the driver. | |
int | getTerminal () throws SPSignwareException |
Query the terminal number of the reader. | |
SPSmartcardDriver (Window compOwner) throws SPSignwareException | |
Create an instance of a Smartcard reader. | |
SPSmartcardDriver (int iIndex) throws SPSignwareException | |
Create an instance of a Smartcard reader. | |
String | toString () |
Return the SmartcardDriver in String representation. | |
Static Public Member Functions | |
static int | getNumberDrivers () throws SPSignwareException |
Query the total number of readers connected. | |
static void | reset () throws SPSignwareException |
Reset all ctapi driver initialisation. | |
Package Functions | |
native int | jniFree () |
Constructor & Destructor Documentation
|
Create an instance of a Smartcard reader. Call the dispose() method if the instance is no longer needed.
|
|
Create an instance of a Smartcard reader. The instanted object represents the reader at index 0, if one reader is connected. A popup dialog will be opened, if nore than one reader is connected. Call the dispose() method if the instance is no longer needed.
|
Member Function Documentation
|
Query the Company name of the driver.
|
|
Query the Device name of the driver.
|
|
Query the total number of readers connected. Call the dispose() method if the instance is no longer needed.
|
|
Query the terminal number of the reader.
|
|
Implements de.softpro.signware.SPSignwareObject. |
|
Reset all ctapi driver initialisation. You may not call this function if you have any SmartcardDriver or Smartcard objects instantiated, else calls to these objects will fail.
|
|
Return the SmartcardDriver in String representation. The String is composed of Company name, device name and Terminal number as returned by the reders driver.
|
The documentation for this class was generated from the following file: