ISDN_LISTEN.ISDN_CONF(D7isdn)
ISDN_LISTEN.ISDN_CONF --
ISDN  activate incoming event signalling confirmation
Synopsis
   #include <sys/stream.h>
   #include <sys/mdi.h>
   #include <sys/types.h>
   #include <sys/scoisdn.h>
   
   typedef struct isdn_listen_conf
   {
       isdnCtrlr_t   ctlr;
       isdnInfo_t    info;
   } isdn_listen_conf_t;
Description
The ISDN_LISTEN.ISDN_CONF message consists of one
M_PROTO(D7str)
message block confirming the acceptance of an
ISDN_LISTEN.ISDN_REQ(D7isdn).
Any errors are coded in the info parameter.
Parameters
 - ctlr
- 
controller; see
isdnCtrlr(D4isdn).
 - info
- 
information status code; see
isdnInfo(D4isdn).
Valid values are:
 
- 
ISDN_INFOCODE00_OK:  LISTEN is active
 
- 
ISDN_INFOCODE20_EPLCI:  illegal controller
 
- 
ISDN_INFOCODE20_NOLIS:  out of LISTEN resources
 
- 
ISDN_INFOCODE20_EPARAM:  illegal message parameter coding
 
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_LISTEN.ISDN_REQ(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