Kanzi 4.1.0
TriggerConditionOperation.cs File Reference

Namespaces

namespace  Rightware
 
namespace  Rightware.Kanzi
 
namespace  Rightware.Kanzi.Studio
 
namespace  Rightware.Kanzi.Studio.PluginInterface
 

Enumerations

enum  TriggerConditionOperation {
  NONE = 0 , EQUALS = 1 , DIFFERENT = 2 , SMALLER = 3 ,
  BIGGER = 4 , SMALLER_OR_EQUALS = 5 , BIGGER_OR_EQUALS = 6
}
 Defines the comparison operations available for trigger conditions. More...