ISDN_CONNECT_ACTIVE.ISDN_IND(D7isdn)
ISDN_CONNECT_ACTIVE.ISDN_IND --
ISDN B channel physical connection indication
Synopsis
#include <sys/stream.h>
#include <sys/mdi.h>
#include <sys/types.h>
#include <sys/scoisdn.h>
typedef struct isdn_connect_active_ind
{
isdnPLCI_t plci;
isdnConnNbr_t ConnNbr;
isdnConnAdr_t ConnAddr;
isdnLLC_t llc;
} isdn_connect_active_ind_t;
Description
The ISDN_CONNECT_ACTIVE.ISDN_IND message consists of one
M_PROTO(D7str)
message block indicating the physical connection of a B channel.
The connection is identified by the plci
parameter.
The parameters ConnNbr
, ConnAddr
, and
llc
should be filled in completely if this information
is provided by the network. The absence of network information
should be indicated by empty structures.
Parameters
plci
-
Physical Link Connection Identifier; see
isdnPLCI(D4isdn).
ConnNbr
-
Connected number; see
isdnConnNbr(D4isdn).
ConnAddr
-
Connected subaddress; see
isdnConnAdr(D4isdn).
llc
-
Low Layer Compatibility; see
isdnLLC(D4isdn).
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_CONNECT_ACTIVE.ISDN_RESP(D7isdn)
``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