ISDN_FACILITY.ISDN_CONF(D7isdn)
ISDN_FACILITY.ISDN_CONF --
ISDN optional facilities confirmation
Synopsis
#include <sys/stream.h>
#include <sys/mdi.h>
#include <sys/types.h>
#include <sys/scoisdn.h>
typedef struct isdn_facility_conf
{
isdnCtrlr_t ctlr;
isdnInfo_t info;
isdnFacility_t selector;
isdnFCP_t fcp;
} isdn_facility_conf_t;
Description
The ISDN_FACILITY.ISDN_CONF message consists of one
M_PROTO(D7str)
message block confirming an optional facilities request.
The event is identified by the ctlr
parameter:
Controller, PLCI, or NCCI, depending on the
facility. Any error is coded in the info
parameter.
Parameters
ctlr
-
Controller, PLCI, or NCCI.
info
-
Information status code; see
isdnInfo(D4isdn).
Valid values are:
-
ISDN_INFOCODE00_OK: request accepted
-
ISDN_INFOCODE20_ESTATE: message not supported in
current state
-
ISDN_INFOCODE20_EPLCI: illegal controller, PLCI, or NCCI
-
ISDN_INFOCODE20_EPARAM: illegal message parameter coding
-
ISDN_INFOCODE30_FACILTY: facility not supported
selector
-
Facility selector; see
isdnFacility(D4isdn).
fcp
-
Facility confirmation parameter; see
isdnFCP(D4isdn).
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_FACILITY.ISDN_REQ(D7isdn),
ISDN_FACILITY.ISDN_IND(D7isdn),
ISDN_FACILITY.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