Raritan / Server Technology Xerus™ PDU JSON-RPC API
|
Card Reader Interface. More...
import"CardReader.idl";
Classes | |
struct | CardEvent |
Card base event. More... | |
struct | CardInformation |
Card Information. More... | |
struct | CardInsertedEvent |
Card inserted event. More... | |
struct | CardRemovedEvent |
Card removed event. More... | |
struct | MetaData |
Reader Metadata. More... | |
Public Member Functions | |
MetaData | getMetaData () |
Retrieve reader metadata. More... | |
int | getCardInformation (out CardInformation cardInfo) |
Retrieve card information from reader. More... | |
Public Attributes | |
constant int | NO_ERROR = 0 |
Error codes. More... | |
constant int | ERR_SLOT_EMPTY = 1 |
no card present in reader | |
Card Reader Interface.
int smartcard::CardReader::getCardInformation | ( | out CardInformation | cardInfo | ) |
Retrieve card information from reader.
cardInfo | Card Information |
MetaData smartcard::CardReader::getMetaData | ( | ) |
Retrieve reader metadata.
constant int smartcard::CardReader::NO_ERROR = 0 |
Error codes.
operation successful, no error