|
|
#include <sys/stream.h> #include <sys/mdi.h> #include <sys/types.h> #include <sys/scoisdn.h>typedef struct isdn_data_b3_ind { isdnNCCI_t ncci; isdnData_t data; isdnDataLen_t dataLen; isdnHandle_t dataHandle; isdnFlags_t flags; } isdn_data_b3_ind_t;
ncci
parameter. The length of the incoming data area is indicated by
the dataLen
parameter.
The ISDN driver issues a handle to this data using
the dataHandle
parameter. Upon the subsequent
confirmation by a
ISDN_DATA_B3.ISDN_RESP(D7isdn),
this handle must also be supplied by the application.
Additional information -- such as more data, delivery
confirmation, etc. -- is supplied by the flags
parameter, if available.
The data transport does not support re-assembly functions.
ncci
data
dataLen
dataHandle
flags
ISDN_DATA_B3.ISDN_CONF(D7isdn), ISDN_DATA_B3.ISDN_REQ(D7isdn), ISDN_DATA_B3.ISDN_RESP(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers