pcsc-lite 2.3.0
|
This provides a search API for hot pluggble devices. More...
#include "wintypes.h"
Go to the source code of this file.
Macros | |
#define | PCSCLITE_HP_DROPDIR "/usr/local/pcsc/drivers/" |
#define | PCSCLITE_HP_MANUKEY_NAME "ifdVendorID" |
#define | PCSCLITE_HP_PRODKEY_NAME "ifdProductID" |
#define | PCSCLITE_HP_NAMEKEY_NAME "ifdFriendlyName" |
#define | PCSCLITE_HP_LIBRKEY_NAME "CFBundleExecutable" |
#define | PCSCLITE_HP_CPCTKEY_NAME "ifdCapabilities" |
#define | PCSCLITE_HP_CFBUNDLE_NAME "CFBundleName" |
#define | PCSCLITE_HP_BASE_PORT 0x200000 |
Functions | |
LONG | HPSearchHotPluggables (const char *hpDirPath) |
ULONG | HPRegisterForHotplugEvents (const char *hpDirPath) |
LONG | HPStopHotPluggables (void) |
void | HPReCheckSerialReaders (void) |
This provides a search API for hot pluggble devices.
Definition in file hotplug.h.
void HPReCheckSerialReaders | ( | void | ) |
Definition at line 67 of file hotplug_generic.c.
ULONG HPRegisterForHotplugEvents | ( | const char * | hpDirPath | ) |
Definition at line 55 of file hotplug_generic.c.
LONG HPSearchHotPluggables | ( | const char * | hpDirPath | ) |
Definition at line 48 of file hotplug_generic.c.
LONG HPStopHotPluggables | ( | void | ) |
Definition at line 62 of file hotplug_generic.c.