pcsc-lite 1.9.9
Functions
hotplug_generic.c File Reference

This provides a search API for hot pluggble devices. More...

#include "config.h"
#include "hotplug.h"

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)
 

Detailed Description

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.

Function Documentation

◆ HPReCheckSerialReaders()

void HPReCheckSerialReaders ( void  )

Definition at line 67 of file hotplug_generic.c.

◆ HPRegisterForHotplugEvents()

ULONG HPRegisterForHotplugEvents ( const char hpDirPath)

Definition at line 55 of file hotplug_generic.c.

◆ HPSearchHotPluggables()

LONG HPSearchHotPluggables ( const char hpDirPath)

Definition at line 48 of file hotplug_generic.c.

◆ HPStopHotPluggables()

LONG HPStopHotPluggables ( void  )

Definition at line 62 of file hotplug_generic.c.