(Page 9 of 23 in this chapter) Version
typedef struct
{
DWORD size; /* No of bytes written to by linestatus */
DWORD state; /* Current state of line */
DWORD pendingcmd; /* Last command not ack'd by board */
char protocol[NCC_MAX_PNAME+1]; /* Array of protocols on line */
CTA_MVIP_ADDR port; /* MVIP address of port */
unsigned numcallhd; /* Number of unreleased call handles */
} NCC_LINE_STATUS;
(Page 9 of 23 in this chapter) Version