ISDN_CONNECT_B3.ISDN_REQ(D7isdn)
ISDN_CONNECT_B3.ISDN_REQ --
ISDN logical connection set-up request
Synopsis
#include <sys/stream.h>
#include <sys/mdi.h>
#include <sys/types.h>
#include <sys/scoisdn.h>
typedef struct isdn_connect_b3_req
{
isdnPLCI_t plci;
isdnNCPI_t ncpi;
} isdn_connect_b3_req_t;
Description
The ISDN_CONNECT_B3.ISDN_REQ message consists of one
M_PROTO(D7str)
message block initiating the set-up of an outgoing logical connection.
The plci
parameter identifies the physical connection;
additional protocol-dependent information can be transferred with the
ncpi
" parameter.
Parameters
plci
-
Physical Link Connection Identifier; see
isdnPLCI(D4isdn).
ncpi
-
Network Control Protocol Identifier; see
isdnNCPI(D4isdn).
The value of this parameter depends on the protocol used.
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_CONNECT_B3.ISDN_CONF(D7isdn),
ISDN_CONNECT_B3.ISDN_IND(D7isdn),
ISDN_CONNECT_B3.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