ST_SMIMessageQueueItem

TYPE ST_SMIMessageQueueItem :
STRUCT
  dwAddr                    : DWORD;
  eAddrType                 : E_SMIAddrType;
  eCommandType              : E_SMICommandType;
  eResponseFormat           : E_SMIResponseFormat;
  arrIdentificationBytes    : ARRAY [0..2] OF BYTE;
  arrParameters             : ARRAY [0..2] OF DWORD;
  udiMessageHandle          : UDINT;
  bSuppressResponseBuffer   : BOOL;
END_STRUCT
END_TYPE