DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

ISDN_DISCONNECT_B3.ISDN_RESP(D7isdn)


ISDN_DISCONNECT_B3.ISDN_RESP -- ISDN disconnect logical connection response

Synopsis

   #include <sys/stream.h>
   #include <sys/mdi.h>
   #include <sys/types.h>
   #include <sys/scoisdn.h>
   

typedef struct isdn_disconnect_b3_resp { isdnNCCI_t ncci; } isdn_disconnect_b3_resp_t;

Description

The ISDN_DISCONNECT_B3.ISDN_RESP message consists of one M_PROTO(D7str) message block confirming that a logical connection has cleared.

If an application fails to send this message after receiving an ISDN_DISCONNECT_B3.ISDN_IND(D7isdn), the ISDN driver will eventually reject subsequent ISDN_CONNECT_B3.ISDN_REQ(D7isdn) messages with the isdnInfo(D4isdn) value ISDN_INFOCODE20_NONCCI, out of NCCI resources.

Parameters


ncci
Network Control Connection Identifier; see isdnNCCI(D4isdn).

References

Intro(D4isdn), Intro(D7isdn)

ISDN_DISCONNECT_B3.ISDN_REQ(D7isdn), ISDN_DISCONNECT_B3.ISDN_CONF(D7isdn), ISDN_DISCONNECT_B3.ISDN_IND(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