|
|
#include <sys/types.h> #include <sys/scoisdn.h>typedef struct isdnCalledNbr { isdnByte_t type; isdnByte_t number[MAX_NUMBER_DIGITS]; } isdnCalledNbr_t;
isdnCalledNbr is used by:
ISDN_CONNECT.ISDN_REQ(D7isdn)
ISDN_CONNECT.ISDN_IND(D7isdn)
ISDN_INFO.ISDN_REQ(D7isdn)
type
called party number
information
element). At the calling side, the value supplied by the
application will be transmitted over the network; 0x80
is the suggested default value. At the called side, the value
received from the network will be passed to the application.
number
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers.