|
pcsc-lite 1.9.5
|
This keeps a list of defines for pcsc-lite. More...
Go to the source code of this file.
Enumerations | |
| enum | { POWER_STATE_UNPOWERED , POWER_STATE_POWERED , POWER_STATE_GRACE_PERIOD , POWER_STATE_IN_USE } |
| Different values for struct ReaderContext powerState field. More... | |
This keeps a list of defines for pcsc-lite.
Definition in file pcscd.h.
| #define PCSCLITE_CONFIG_DIR "/etc/reader.conf.d" |
| #define PCSCLITE_IPC_DIR USE_IPCDIR |
| #define PCSCLITE_STATUS_POLL_RATE 400000 |
Different values for struct ReaderContext powerState field.
| Enumerator | |
|---|---|
| POWER_STATE_UNPOWERED | auto power off |
| POWER_STATE_POWERED | powered |
| POWER_STATE_GRACE_PERIOD | card was in use |
| POWER_STATE_IN_USE | card is used |