Detach from the devp-pccard server
#include <sys/pccard.h> int pccard_detach( pccard_t handle );
libpccard
Use the -l pccard option to qcc to link against this library.
The pccard_detach() function detaches the user application from the devp-pccard server. Any locks that you previously applied with pccard_lock() are freed.
See pccard_arm().
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
pccard_arm(), pccard_attach(), pccard_info(), pccard_lock(), pccard_raw_read(), pccard_unlock()