Specifications

HighWire MTP-2 - 1.2, September 4, 2002 dprservice (7D) 103
*/
cnctl.maxlen = sizeof (cnproto);
cnctl.len = 0;
cnctl.buf = (char *)&cnproto;
flag = 0;
if (!(err = getmsg (fd, &cnctl, 0, &flag))) {
err = cnproto.conn_df.df__err
}
}
DPR_DISCONNECT. Disconnects one source time slot from a destination.
The putmsg control buffer is a structure of type dpr_conn_t. The conn_map
element is a MAP structure that defines the source and destination for the
connection. The getmsg control buffer returned is also a dpr_conn_t structure
with the error code in the conn_err element (zero on success). The elements
of the MAP structure are::
UINT32 fromDev Source time slot made up by using the macros
PUT_TIMESLOT(t) | PUT_CHAN(c) | PUT_DEVICE(d)
UINT32 toDev Destination time slot made up by using the above
macros
UINT32 mode Indicates the scope of the disconnect command as
follows:
SPECIFIED disconnect just the specified time slot
from the source to the destination.
ALL disconnect all connections.
ALL_H110 disconnect all H.110 bus connections.
ALL_COMETS disconnect all Comet connections.
ALL_TS70X disconnect all TS704 connections.
INT32 connected Unused
UINT32 ct_xmit_enable Unused
INT32 local_TSA_line The local TSA TDM highway number (0-7) or -1 for N/A