E_GENIBusMDataSize

Bit size of the value to be read from the GENIbus device.

TYPE E_GENIBusMDataSize :
(
  eGENIbusMSize8Bit  := 0,
  eGENIbusMSize16Bit := 1,
  eGENIbusMSize24Bit := 2,
  eGENIbusMSize32Bit := 3
);
END_TYPE