![]()  | 
![]()  | 
![]()  | 
![]()  | 
Read the raw CIS data from the PC Card
#include <sys/pccard.h>
ssize_t pccard_raw_read( pccard_t handle, 
                         int socket, 
                         int type, 
                         unsigned addr, 
                         ssize_t len, 
                         void* buf );
libpccard
Use the -l pccard option to qcc to link against this library.
The pccard_raw_read() function returns the raw CIS (Card Information Structure) data from the PC Card.
See pccard_arm().
| Safety: | |
|---|---|
| Cancellation point | Yes | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
pccard_arm(), pccard_attach(), pccard_detach(), pccard_info(), pccard_lock(), pccard_unlock()
![]()  | 
![]()  | 
![]()  | 
![]()  |