#include <connection.h>
Public Attributes | |
PVOID | establishContext |
Function to establish the context. | |
PVOID | releaseContext |
Function to release the context. | |
PVOID | cardConnect |
Function to connect to the card. | |
PVOID | cardDisconnect |
Function to disconnect from the card. | |
PVOID | listReaders |
Function to list the readers. | |
PVOID | sendAPDU |
Function to send an APDU. |
Structure for holding all connection related functions for connection plugin libraries.
Function to connect to the card.
Function to disconnect from the card.
Function to establish the context.
Function to list the readers.
Function to release the context.
Function to send an APDU.