prothandler.c File Reference
This handles protocol defaults, PTS, etc.
More...
#include "config.h"
#include <string.h>
#include "misc.h"
#include "pcscd.h"
#include "ifdhandler.h"
#include "debuglog.h"
#include "readerfactory.h"
#include "prothandler.h"
#include "atrhandler.h"
#include "ifdwrapper.h"
#include "eventhandler.h"
Go to the source code of this file.
|
Functions |
UCHAR | PHGetDefaultProtocol (PUCHAR pucAtr, DWORD dwLength) |
UCHAR | PHGetAvailableProtocols (PUCHAR pucAtr, DWORD dwLength) |
DWORD | PHSetProtocol (struct ReaderContext *rContext, DWORD dwPreferred, UCHAR ucAvailable, UCHAR ucDefault) |
Detailed Description
This handles protocol defaults, PTS, etc.
Definition in file prothandler.c.