| Legrand / Raritan / Server Technology Xerus™ 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. | |
| int | getCardInformation (out CardInformation cardInfo) | 
| Retrieve card information from reader. | |
| Public Attributes | |
| constant int | NO_ERROR = 0 | 
| Error codes. | |
| constant int | ERR_SLOT_EMPTY = 1 | 
| no card present in reader | |
Card Reader Interface.
Definition at line 15 of file CardReader.idl.
| 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::ERR_SLOT_EMPTY = 1 | 
no card present in reader
Definition at line 19 of file CardReader.idl.
| constant int smartcard::CardReader::NO_ERROR = 0 |