E_BA_ObjectType

TYPE E_BA_ObjectType :
(
  Invalid              := 0,
  Undefined            := 1,
{region 'Analog'}
  eAnalogInput         := 10,
  eAnalogOutput        := 11,
  eAnalogValue         := 12,
{endregion}
{region 'Binary'}
  eBinaryInput         := 15,
  eBinaryOutput        := 16,
  eBinaryValue         := 17,
{endregion}
{region 'Multistate'}
  eMultistateInput     := 20,
  eMultistateOutput    := 21,
  eMultistateValue     := 22,
{endregion}
{region 'Misc'}
  eObject              := 25,
  eStructuredView      := 26,
  eProject             := 27,
  eEventClass          := 28,
  eCalendar            := 29,
  eSchedule            := 30,
  eLoop                := 31,
  eTrend               := 32,
{endregion}
) BYTE;
END_TYPE