|
|
#include <sys/stream.h> #include <sys/mdi.h> #include <sys/types.h> #include <sys/scoisdn.h>typedef struct isdn_connect_b3_active_ind { isdnNCCI_t ncci; isdnNCPI_t ncpi; } isdn_connect_b3_active_ind_t;
ncci
parameter identifies the connection;
the ncpi
parameter transfers additional
protocol-dependent information.
After this message is received, incoming data can be indicated
to the application.
In the case of the T.30 protocol and outgoing calls, this message does not imply the successful training between both fax stations. This is to enable an application to send data to the ISDN driver without waiting for termination of training phase. If this training phase is not successful, corresponding indications will be given by the ISDN driver in the ISDN_DISCONNECT_B3.ISDN_IND(D7isdn) message.
ncci
ncpi
ISDN_CONNECT_B3_ACTIVE.ISDN_RESP(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers