Installation guide

50 DC 900-1564A
Synchronous Link Control (SLC) Programmer’s Guide
typedef struct slc_lsi_counts_struct
{
UINT32 ack;
UINT32 nak_parity_bcc;
UINT32 nak_sequence;
UINT32 enquiry;
UINT32 aml;
UINT32 stop[8]; /* [0] = stop all; [1…7] = stop [1…7] */
UINT32 resume[8]; /* [0] = resume all; [1…7] = resume [1…7] */
} SLC_LSI_COUNTS_TYPE;
Figure 4–6: SLC LSI Counts “C” Structure
typedef struct slc_block_counts_struct
{
UINT32 link_control_blocks;
UINT32 network_control_blocks;
UINT32 normal_message_blocks;
UINT32 priority_message_blocks;
} SLC_BLOCK_COUNTS_TYPE;
Figure 4–7: SLC Block Counts “C” Structure