ISDN_FACILITY.ISDN_RESP(D7isdn)
ISDN_FACILITY.ISDN_RESP --
ISDN optional facilities response
Synopsis
   #include <sys/stream.h>
   #include <sys/mdi.h>
   #include <sys/types.h>
   #include <sys/scoisdn.h>
   
   typedef struct isdn_facility_resp
   {
       isdnCtrlr_t      ctlr;
       isdnFacility_t   selector;
       isdnFRP_t        frp;
   } isdn_facility_resp_t;
Description
The ISDN_FACILITY.ISDN_RESP message consists of one
M_PROTO(D7str)
message block confirming the receipt of a facilities request.
The frp parameter is defined for each facility.
Parameters
 - ctlr
- 
Controller/PLCICCI
 - selector
- 
Facility selector; see
isdnFacility(D4isdn).
 - frp
- 
Facility Request Parameter; see
isdnFRP(D4isdn).
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_FACILITY.ISDN_REQ(D7isdn),
ISDN_FACILITY.ISDN_CONF(D7isdn),
ISDN_FACILITY.ISDN_IND(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