isdnInfoEl(D4isdn)
isdnInfoEl --
ISDN information element structure
Synopsis
   #include <sys/types.h>
   #include <sys/scoisdn.h>
   
   typedef union isdnInfoEl
   {
       void          *dummy;  /* ## Q.931 */
       isdnDword_t   sum;
   } isdnInfoEl_t;
Description
The isdnInfoEl parameter specifies information element
coding depending on the value of the parameter
isdnInfoNbr(D4isdn):
- 
If isdnInfoNbr specifies an information element,
isdnInfoEl contains that information coded according
to Q.931.
 
- 
If isdnInfoNbr specifies charging information,
isdnInfoEl contains the parameter sumindicating the total charges accumulated by the network.
This structure is used by:
ISDN_INFO.ISDN_IND(D7isdn)
References
Intro(D4isdn),
Intro(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers.
19 June 2005
© 2005 The SCO Group, Inc.  All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005