|
|
#include <sys/stream.h> #include <sys/mdi.h> #include <sys/types.h> #include <sys/scoisdn.h>typedef struct isdn_disconnect_b3_req { isdnNCCI_t ncci; isdnNCPI_t ncpi; } isdn_disconnect_b3_req_t;
ncci
parameter. The ncpi
parameter can be used to transfer
additional protocol-dependent information.
If the fax group 3 (B protocol T.30) or speech (B1 protocol bit-transparent, B2/B3 protocol transparent) bearer capabilities are in use, data already prepared for transmission using ISDN_DATA_B3.ISDN_REQ(D7isdn) will be sent before clearing the logical connection.
ncci
ncpi
ISDN_DISCONNECT_B3.ISDN_CONF(D7isdn), ISDN_DISCONNECT_B3.ISDN_IND(D7isdn), ISDN_DISCONNECT_B3.ISDN_RESP(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers