|
|
#include <sys/stream.h> #include <sys/mdi.h> #include <sys/types.h> #include <sys/scoisdn.h>typedef struct isdn_disconnect_b3_ind { isdnNCCI_t ncci; isdnReason_B3_t reason; isdnNCPI_t ncpi; } isdn_disconnect_b3_ind_t;
ncci
parameter has cleared. The
reason
parameter indicates whether the connection was
cleared because of faulty protocol behavior. The ncpi
parameter indicates additional protocol-dependent information
(if available).
After this message, no other message concerning this NCCI (Network Control Connection Identifier) will be sent to the application. The application must answer this message with an ISDN_DISCONNECT_B3.ISDN_RESP(D7isdn) to free the resources allocated to the NCCI.
ncci
reason
ncpi
ISDN_DISCONNECT_B3.ISDN_REQ(D7isdn), ISDN_DISCONNECT_B3.ISDN_CONF(D7isdn), ISDN_DISCONNECT_B3.ISDN_RESP(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers