ISDN_RESET_B3.ISDN_IND(D7isdn)
ISDN_RESET_B3.ISDN_IND --
ISDN reset logical connection indication
Synopsis
   #include <sys/stream.h>
   #include <sys/mdi.h>
   #include <sys/types.h>
   #include <sys/scoisdn.h>
   
   typedef struct isdn_reset_b3_ind
   {
       isdnNCCI_t      ncci;
       isdnNCPI_t      ncpi;
   } isdn_reset_b3_ind_t;
Description
The ISDN_RESET_B3.ISDN_IND message consists of one
M_PROTO(D7str)
message block indicating the reset of a logical connection.
The logical connection is identified by the ncci
parameter.
If a transparent layer 3 is in effect, this message
re-establishes layer 2.
WARNING:
This message can indicate a loss of data.
Parameters
 - ncci
- 
Network Control Connection Identifier; see
isdnNCCI(D4isdn).
 - ncpi
- 
Network Control Protocol Information; see
isdnNCPI(D4isdn).
The meaning of this parameter is protocol-dependent.
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_RESET_B3.ISDN_CONF(D7isdn),
ISDN_RESET_B3.ISDN_REQ(D7isdn),
ISDN_RESET_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