Solid
Solid::SmartCardReader Class Reference
This device interface is available on smart card readers. More...
#include <smartcardreader.h>
Inheritance diagram for Solid::SmartCardReader:

Public Types | |
enum | ReaderType { UnknownReaderType = -1, CardReader, CryptoToken } |
Public Member Functions | |
ReaderType | readerType () const |
virtual | ~SmartCardReader () |
Static Public Member Functions | |
static Type | deviceInterfaceType () |
Properties | |
ReaderType | readerType |
Detailed Description
This device interface is available on smart card readers.
Definition at line 35 of file smartcardreader.h.
Member Enumeration Documentation
This enum type defines the type of smart card reader attached.
- CardReader : A generic smart card reader
- CryptoToken : A smart card reader with a card built into the device
Definition at line 50 of file smartcardreader.h.
Constructor & Destructor Documentation
Solid::SmartCardReader::~SmartCardReader | ( | ) | [virtual] |
Destroys a SmartCardReader object.
Definition at line 31 of file smartcardreader.cpp.
Member Function Documentation
static Type Solid::SmartCardReader::deviceInterfaceType | ( | ) | [inline, static] |
Get the Solid::DeviceInterface::Type of the SmartCardReader device interface.
- Returns:
- the SmartCardReader device interface type
- See also:
- Solid::DeviceInterface::Type
Definition at line 77 of file smartcardreader.h.
ReaderType Solid::SmartCardReader::readerType | ( | ) | const |
Retrieves the type of this smart card reader.
- Returns:
- the smart card reader type
- See also:
- Solid::Ifaces::Enums::SmartCardReader::ReaderType
Property Documentation
Solid::SmartCardReader::ReaderType Solid::SmartCardReader::readerType [read] |
Definition at line 39 of file smartcardreader.h.
The documentation for this class was generated from the following files: