ST_GENIbusEL6DeviceIn22B

Structure for linking in the input process image; must be used for the communication of an EL6xxx terminal.

TYPE ST_GENIbusEL6DeviceIn22B :
STRUCT
  wStatus   : WORD;
  arrData   : ARRAY[0..21] OF BYTE;
  stAdsAddr : ST_GENIbusEL6AMSAddress;
  uiState   : UINT;
  bWcState  : BOOL;
END_STRUCT
END_TYPE