|
|
typedef struct isdnConnNbr { isdnByte_t type; isdnByte_t pres; isdnByte_t number[MAX_NUMBER_DIGITS]; } isdnConnNbr_t;
This structure is used by:
ISDN_CONNECT.ISDN_RESP(D7isdn)
ISDN_CONNECT_ACTIVE.ISDN_IND(D7isdn)
type
connected number
information
element).
For the ISDN_CONNECT.ISDN_RESP, (when the direction is
from application to ISDN driver), the value supplied by the
application will be transmitted over the network; 0x00
is the suggested default value.
For the ISDN_CONNECT_ACTIVE.ISDN_IND (when the direction
is from driver to application), the value received from the network
will be passed to the application.
The extension bit will always be cleared.
pres
calling party number
information
element).
For the ISDN_CONNECT.ISDN_RESP, (when the direction is
from application to ISDN driver), the value supplied
by the application will be transmitted over the network;
0x80 is the suggested default value.
For the ISDN_CONNECT_ACTIVE.ISDN_IND (when the direction
is from driver to application), the value received from the
network will be
passed to the application. If this byte was not transmitted
from the network, the controller inserts the valid default value
0x80 (user provided, not screened).
number
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers.