.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.ConditionStateNames Class Reference

Defines the default names for the condition states. More...

Public Attributes

const string Disabled = "Disabled"
 The name of the Disabled state. More...
 
const string Enabled = "Enabled"
 The name of the Enabled state. More...
 
const string Inactive = "Inactive"
 The name of the Inactive state. More...
 
const string Active = "Active"
 The name of the Active state. More...
 
const string Unacknowledged = "Unacknowledged"
 The name of the Unacknowledged state. More...
 
const string Acknowledged = "Acknowledged"
 The name of the Acknowledged state. More...
 
const string Unconfirmed = "Unconfirmed"
 The name of the Unconfirmed state. More...
 
const string Confirmed = "Confirmed"
 The name of the Confirmed state. More...
 
const string Unsuppressed = "Unsuppressed"
 The name of the Unsuppressed state. More...
 
const string Suppressed = "Suppressed"
 The name of the Suppressed state. More...
 
const string HighHighActive = "HighHighActive"
 The name of the HighHighActive state. More...
 
const string HighActive = "HighActive"
 The name of the HighActive state. More...
 
const string LowActive = "LowActive"
 The name of the LowActive state. More...
 
const string LowLowActive = "LowLowActive"
 The name of the LowLowActive state. More...
 

Detailed Description

Defines the default names for the condition states.

Member Data Documentation

const string UnifiedAutomation.UaServer.ConditionStateNames.Acknowledged = "Acknowledged"

The name of the Acknowledged state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Active = "Active"

The name of the Active state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Confirmed = "Confirmed"

The name of the Confirmed state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Disabled = "Disabled"

The name of the Disabled state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Enabled = "Enabled"

The name of the Enabled state.

const string UnifiedAutomation.UaServer.ConditionStateNames.HighActive = "HighActive"

The name of the HighActive state.

const string UnifiedAutomation.UaServer.ConditionStateNames.HighHighActive = "HighHighActive"

The name of the HighHighActive state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Inactive = "Inactive"

The name of the Inactive state.

const string UnifiedAutomation.UaServer.ConditionStateNames.LowActive = "LowActive"

The name of the LowActive state.

const string UnifiedAutomation.UaServer.ConditionStateNames.LowLowActive = "LowLowActive"

The name of the LowLowActive state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Suppressed = "Suppressed"

The name of the Suppressed state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Unacknowledged = "Unacknowledged"

The name of the Unacknowledged state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Unconfirmed = "Unconfirmed"

The name of the Unconfirmed state.

const string UnifiedAutomation.UaServer.ConditionStateNames.Unsuppressed = "Unsuppressed"

The name of the Unsuppressed state.


The documentation for this class was generated from the following file: