![]() |
![]() |
![]() |
Obtain socket information from the devp-pccard server
#include <sys/pccard.h> int pccard_info( pccard_t handle, int socket, struct _pccard_info* info, unsigned size );
libpccard
The pccard_info() function call retrieves socket setup information from the devp-pccard server. The information is returned in the _pccard_info structure. The parameters are:
See pccard.h for a description of the fields in the _pccard_info structure.
See pccard_arm().
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
![]() |
![]() |
![]() |