Installation guide
4: Commands and Responses
DC 900-1564A 49
typedef struct slc_port_counts_struct
{
UINT32 change_cts;
UINT32 change_dcd;
UINT32 change_dsr;
UINT32 change_dtr;
UINT32 change_rts;
UINT32 rcv_bcc;
UINT32 rcv_frame_too_long;
UINT32 rcv_no_buffer;
UINT32 rcv_overrun;
UNIT32 rcv_parity;
UINT32 rcv_unexpected_dle;
UINT32 rcv_unexpected_etb;
UINT32 rcv_unexpected_syn;
UINT32 reset_tsi_in;
UINT32 reset_tsi_out;
UINT32 xmt_timeout;
UNIT32 xmt_underrun;
} SLC_PORT_COUNTS_TYPE;
Figure 4–4: SLC Port Counts “C” Structure
typedef struct slc_lci_counts_struct
{
UINT32 pdm;
UINT32 aci;
UINT32 hld;
UINT32 full_protection;
UINT32 limited_protection;
UINT32 no_protection;
UINT32 end_to_end_protection;
UINT32 last_block;
UINT32 not_last_block;
} SLC_LCI_COUNTS_TYPE;
Figure 4–5: SLC LCI Counts “C” Structure