SVR5 and SCO OpenServer 5
CardServiceInfo(D4pccard)
CardServiceInfo --
identify number of logical sockets and information about CardServices
Syntax
#include <sys/lcs.h>
#include <sys/lss.h>
Description
The CardServiceInfo structure
provides information about
CardServices( )
presence, vendor, revision number,
and release compliance
and the number of logical sockets supported.
Structure definition
The CardServiceInfo structure
contains the following members:
unsigned short usInfoLen;
unsigned char ucSignature[2];
unsigned short usCount;
unsigned short usRevision;
unsigned short usCSLevel;
unsigned short usVStrOff;
unsigned short usVStrLen;
unsigned short usFuncPerSkt;
char *pcVendorString;
Structure members
The members are defined as:
usInfoLen
-
Data length returned by
CardServices( ).
ucSignature
-
Array to contain ASCII ``CS''
if CardServices installed.
usCount
-
Number of logical sockets.
usRevision
-
Vendor's CS revision expressed as a binary coded digit.
usCSLevel
-
CS release given as binary coded digit.
usVStrOff
-
Offset to vendor string.
usVStrLen
-
Length of vendor string.
usFuncPerSkt
-
Functions per socket.
pcVendorString
-
Pointer to vendor string buffer.
Usage
Hardware applicability
All
Version applicability
pccard:
1, 2, 3
References
GetCardServicesInfo( )
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005