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 | |
| virtual | ~SmartCardReader () |
| ReaderType | readerType () const |
Static Public Member Functions | |
| static Type | deviceInterfaceType () |
Properties | |
| ReaderType | readerType |
Detailed Description
This device interface is available on smart card readers.
Definition at line 36 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 51 of file smartcardreader.h.
Constructor & Destructor Documentation
| Solid::SmartCardReader::~SmartCardReader | ( | ) | [virtual] |
Destroys a SmartCardReader object.
Definition at line 32 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 78 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::SmartCardReader::ReaderType
Property Documentation
Solid::SmartCardReader::ReaderType Solid::SmartCardReader::readerType [read] |
Definition at line 40 of file smartcardreader.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference