ISDN_SELECT_B_PROTOCOL.ISDN_CONF(D7isdn)
ISDN_SELECT_B_PROTOCOL.ISDN_CONF --
ISDN change protocol confirmation
Synopsis
#include <sys/stream.h>
#include <sys/mdi.h>
#include <sys/types.h>
#include <sys/scoisdn.h>
typedef struct isdn_select_b_protocol_conf
{
isdnPLCI_t plci;
isdnInfo_t info;
} isdn_select_b_protocol_conf_t;
Description
The ISDN_SELECT_B_PROTOCOL.ISDN_CONF message consists of one
M_PROTO(D7str)
message block confirming an
ISDN_SELECT_B_PROTOCOL.ISDN_REQ(D7isdn)
to change the current protocol stack for a physical connection.
Any error will be displayed in the info
parameter.
Parameters
plci
-
Physical Link Connection Identifier; see
isdnPLCI(D4isdn).
info
-
additional information elements; see
isdnInfo(D4isdn).
Valid values are:
-
ISDN_INFOCODE00_OK: reset initiated
-
ISDN_INFOCODE20_ESTATE: message not supported in
current state
-
ISDN_INFOCODE20_EPLCI: illegal PLCI (Physical Link
Connection Identifier)
-
ISDN_INFOCODE20_EPARAM: illegal message parameter
coding
-
ISDN_INFOCODE30_B1PROT: B1 protocol not supported
-
ISDN_INFOCODE30_B2PROT: B2 protocol not supported
-
ISDN_INFOCODE30_B3PROT: B3 protocol not supported
-
ISDN_INFOCODE30_B1PARAM: B1 protocol parameter not supported
-
ISDN_INFOCODE30_B2PARAM: B2 protocol parameter not supported
-
ISDN_INFOCODE30_B3PARAM: B3 protocol parameter not supported
-
ISDN_INFOCODE30_BPROTC: B protocol combination not supported
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_SELECT_B_PROTOCOL.ISDN_REQ(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