8.24 OESmiFlag

namespace OESmiFlag
{
  const unsigned int Undefined = 0;
  const unsigned int Up = 1;
  const unsigned int Down = 2;
}