ACTIVESWLib::ISPSmartCard Interface Reference
Detailed Description
SignWare Dynamic Development toolkit, ActiveX wrapper for SPSmartcardInterface ISPSmartCard.Access smartcards
Public Member Functions | |
HRESULT | APDU ([in] SAFEARRAY(BYTE)*pucCommand,[in, out] SAFEARRAY(BYTE)*pucResult,[in] long iCmdRespType,[out, retval] long *result) |
Send an APDU (Application protocol data unit). | |
HRESULT | Create ([in] ISPSmartCardDriver *pSmartcardDriver,[out, retval] long *result) |
Create a new Smartcard object from a Smart card driver. | |
HRESULT | DisplayText ([in] BSTR pszDisplayText,[out, retval] long *result) |
Display a text on the Card terminal. | |
HRESULT | GetCardType ([out] long *piCardType,[out, retval] long *result) |
Query the Smartcard type that is currently inserted. | |
HRESULT | GetInput ([in] BSTR pszDisplayText,[in] long iOptionFlags,[out] BSTR *pszInputBuffer,[out, retval] long *result) |
Query input from the Card terminal. | |
HRESULT | GetLastResult ([out] long *piResult,[out, retval] long *result) |
Query the result of the last SPSmartcardCommand or SPSmartcardAPDU operation. | |
HRESULT | GetStatus ([out] long *piStatus,[out, retval] long *result) |
Query the status of a Smartcard object. | |
HRESULT | LoadTemplate ([out] ISPTemplate **ppTemplate,[out, retval] long *result) |
Load a Template from a Smartcard. | |
HRESULT | SaveTemplate ([in] ISPTemplate *pTemplate,[out, retval] long *result) |
Save a Template on a Smartcard. | |
HRESULT | SaveTemplatePassword ([in] ISPTemplate *pTemplate,[in] BSTR pucPassword,[out, retval] long *result) |
Save a Template on a Smartcard in a password protected file. |
Member Function Documentation
|
Send an APDU (Application protocol data unit). Send an APDU command to the Smartcard. The application should not call SPSmartcardAPDU, but rather use the higher communication levels. SPSmartcardAPDU is provided to allow for application specific command extensions.
|
|
Create a new Smartcard object from a Smart card driver.
|
|
Display a text on the Card terminal.
|
|
Query the Smartcard type that is currently inserted.
|
|
Query input from the Card terminal.
|
|
Query the result of the last SPSmartcardCommand or SPSmartcardAPDU operation.
|
|
Query the status of a Smartcard object.
|
|
Load a Template from a Smartcard.
|
|
Save a Template on a Smartcard.
|
|
Save a Template on a Smartcard in a password protected file.
|
The documentation for this interface was generated from the following file: