#include <ccid.h>#include "ccid-internal.h"
Go to the source code of this file.
Functions | |
| unsigned int | chipcard_status (chipcard_t cc) |
| Retrieve cached chip card status. | |
| unsigned int | chipcard_slot_status (chipcard_t cc) |
| Retrieve chip card status. | |
| const uint8_t * | chipcard_slot_on (chipcard_t cc, unsigned int voltage, size_t *atr_len) |
| Power on a chip card slot. | |
| int | chipcard_transact (chipcard_t cc, xfr_t xfr) |
| Perform a chip card transaction. | |
| int | chipcard_slot_off (chipcard_t cc) |
| Power off a chip card slot. | |
| int | chipcard_wait_for_card (chipcard_t cc) |
| Wait for insertion of a chip card in to the slot. | |
| cci_t | chipcard_cci (chipcard_t cc) |
| Return pointer to CCID to which a chip card slot belongs. | |
1.6.3