isdnConnAdr(D4isdn)
isdnConnAdr --
ISDN connected subaddress structure
Synopsis
typedef struct isdnConnAdr
{
isdnByte_t type;
isdnByte_t number[MAX_NUMBER_DIGITS];
} isdnConnAdr_t;
Description
isdnConnAdr identifies the connected user subaddress
and is coded according to Q.931.
This structure is used by:
ISDN_CONNECT.ISDN_RESP(D7isdn)
ISDN_CONNECT_ACTIVE.ISDN_IND(D7isdn)
Parameters
type
-
type of subaddress. At the calling side, the value supplied by
the application will be transmitted over the network;
0x80 is the suggested default value (NSAP,
according to X.213). In this case, the first subaddress
information octet should have the value 0x50.
number
-
connected user subaddress
References
Intro(D4isdn),
Intro(D7isdn),
isdnConnNbr(D4isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers.
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005