User`s guide

D: ADCCP NRM Detailed Command and Response Headers
DC 900-1317J 167
typedef int INT32;
typedef struct sdlc_port_buffers
{
INT32 RcvbufPrealloc; /* Ready to read serial line */
INT32 RcvbufReceivePending; /* Unprocessed data from line */
INT32 RcvbufReportPending; /* Reports/data to host */
INT32 XmtbufCommandPending; /* Commands from host */
INT32 XmtbufBroadcastPending; /* Ready to send broadcast */
INT32 XmtbufUnicastPending; /* Ready to send unicast */
} SDLC_PORT_BUFFERS;
typedef struct sdlc_station_buffers
{
INT32 RcvbufReceivePending; /* Unprocessed data from line */
INT32 RcvbufReportPending; /* Reports/data to host */
INT32 XmtbufCommandPending; /* Commands from host */
INT32 XmtbufUnicastPending; /* Ready to send unicast */
} SDLC_STATION_BUFFERS;
typedef struct sdlc_buffer_report
{
/* ICP buffer report summary */
INT32 BufferSize; /* Maximum data field bytes */
INT32 BufferTotal; /* Total buffer count */
INT32 BufferUnknown; /* Buffer status unknown */
INT32 RcvbufAvail; /* For reading serial line */
INT32 XmtbufAvail; /* For sending serial line */
SDLC_PORT_BUFFERS all; /* Total all ports on ICP */
SDLC_PORT_BUFFERS port; /* Total on usProtLinkID */
SDLC_STATION_BUFFERS station; /* usProtXParms[0] != 0 */
} SDLC_BUFFER_REPORT;
Figure D–1: SDLC_BUFFER_REPORT ā€œCā€ Structure