User`s guide

86 DC 900-1516D
ICP2432 Users Guide for OpenVMS Alpha (DLITE Interface)
typedef struct _DLI_OPT_ARGS
{
unsigned short usFWPacketType; /* Server's packet type */
unsigned short usFWCommand; /* Server's command sent or received */
unsigned short usFWStatus; /* Server's status of I/O operations */
unsigned short usICPClientID; /* Old su_id */
unsigned short usICPServerID; /* Old sp_id */
unsigned short usICPCommand; /* ICP's command */
short iICPStatus; /* ICP's command status */
unsigned short usICPParms[3]; /* ICP's extra parameters */
unsigned short usProtCommand; /* Protocol command */
short iProtModifier; /* Protocol command's modifier */
unsigned short usProtLinkID; /* Protocol link ID */
unsigned short usProtCircuitID; /* Protocol circuit ID */
unsigned short usProtSessionID; /* Protocol session ID */
unsigned short usProtSequence; /* Protocol sequence */
unsigned short usProtXParms[2]; /* Protocol extra parameters */
} DLI_OPT_ARGS;
Figure 52: C Definition of DLI Optional Arguments Structure