pcsc-lite 2.3.0
|
This provides a search API for hot pluggble devices. More...
Go to the source code of this file.
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.
Check for platforms that have their own specific support. It's easier and flexible to do it here, rather than with automake conditionals in src/Makefile.am. No, it's still not a perfect solution design wise.
Definition in file hotplug_generic.c.
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.