Specifications

HighWire MTP-2 - 1.2, September 4, 2002 dprservice (7D) 115
DPR_HWY_RPT. Gets a report of the time slot assignments for the specified
highway.
The putmsg control buffer is a structure of type dpr_usel_t with the usel_val
element the number of the specified highway. The getmsg control buffer
returned is also a dpr_usel_t structure with the error code in the usel_err
element, which is zero on success. The report is returned in the same way as
for DPR_CONN_RPT.
DPR_PRINT_MATRIX. Gets a combined report of the connections and the time
slot assignments for the specified highway.
The putmsg control buffer is a structure of type dpr_usel_t with the usel_val
element the number of the specified highway. The getmsg control buffer
returned is also a dpr_usel_t structure with the error code in the usel_err
element, which is zero on success. The report is returned in the same way as
for DPR_CONN_RPT.
DPR_CFG_DEFAULT. Resets the DPR configuration to the default.
The putmsg control buffer is a structure of type dpr_func_t, which contains
only the command. The getmsg control buffer returned is also a dpr_func_t
structure with the error code in the df_err element, which is zero on success.