ISDN_FACILITY.ISDN_IND(D7isdn)
ISDN_FACILITY.ISDN_IND --
ISDN optional facilities indication
Synopsis
#include <sys/stream.h>
#include <sys/mdi.h>
#include <sys/types.h>
#include <sys/scoisdn.h>
typedef struct isdn_facility_ind
{
isdnCtrlr_t ctlr;
isdnFacility_t selector;
isdnFIP_t fip;
} isdn_facility_ind_t;
Description
The ISDN_FACILITY.ISDN_IND message consists of one
M_PROTO(D7str)
message block indicating a facility-dependent event originating
from the controller or connections identified with the
ctlr
parameter (depending on the facility). The
fip
parameter is defined for every facility.
Parameters
ctlr
-
Controller/PLCI/NCCI
selector
-
Facility selector; see
isdnFacility(D4isdn).
If this parameter is set to ISDN_FACILITY_HANDSET
(Handset Support), this message may allocate a new
PLCI when the handset is unhooked. The PLCI
must be released afterwards with the
ISDN_DISCONNECT.ISDN_IND(D7isdn)
and
ISDN_DISCONNECT.ISDN_RESP(D7isdn)
messages.
fip
-
Facility indication paramenter; see
isdnFIP(D4isdn).
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_FACILITY.ISDN_REQ(D7isdn),
ISDN_FACILITY.ISDN_CONF(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