C# Class Softing.OPCToolbox.Client.AeConditionState

Represents an OPC Condition associated with an OPC Source.
Mostrar archivo Open project: SoftingIndustrial/OPC-Classic-SDK

Protected Properties

Property Type Description
m_ackComment string
m_ackId string
m_actSubConditionDefinition string
m_actSubConditionDescription string
m_actSubConditionName string
m_actSubConditionSeverity uint
m_conditionAckTime DateTime
m_conditionActiveTime DateTime
m_conditionInactiveTime DateTime
m_pAttrErrors int[]
m_pEventAttrs ArrayList
m_pSubConditionDefinition string[]
m_pSubConditionDescription string[]
m_pSubConditionName string[]
m_pSubConditionSeverity uint[]
m_quality EnumQuality
m_state EnumConditionState
m_subConditionActiveTime DateTime

Public Methods

Method Description
AeConditionState ( ) : System

Initializes a new instance of the AeConditionState class.

Method Details

AeConditionState() public method

Initializes a new instance of the AeConditionState class.
public AeConditionState ( ) : System
return System

Property Details

m_ackComment protected_oe property

A comment string passed in by the client who last acknowledged this condition.
protected string m_ackComment
return string

m_ackId protected_oe property

An identifier for the client who last acknowledged the condition.
protected string m_ackId
return string

m_actSubConditionDefinition protected_oe property

An expression which defines the sub-state of the sub-condition which is currently active.
protected string m_actSubConditionDefinition
return string

m_actSubConditionDescription protected_oe property

A text string to be included in any event notification generated on behalf of the currently active sub-condition.
protected string m_actSubConditionDescription
return string

m_actSubConditionName protected_oe property

The name of the sub-condition which is currently active.
protected string m_actSubConditionName
return string

m_actSubConditionSeverity protected_oe property

The severity of any event notifications generated on behalf of the currently active sub-condition.
protected uint m_actSubConditionSeverity
return uint

m_conditionAckTime protected_oe property

The time of the most recent acknowledgement (of any sub-condition).
protected DateTime m_conditionAckTime
return DateTime

m_conditionActiveTime protected_oe property

The time that condition become active.
protected DateTime m_conditionActiveTime
return DateTime

m_conditionInactiveTime protected_oe property

The time of the most recent transition out of the condition.
protected DateTime m_conditionInactiveTime
return DateTime

m_pAttrErrors protected_oe property

A list with the errors occured when transmitting the attributes with the event notification.
protected int[] m_pAttrErrors
return int[]

m_pEventAttrs protected_oe property

A list of vendor-specific attributes to be sent with the event notification.
protected ArrayList m_pEventAttrs
return ArrayList

m_pSubConditionDefinition protected_oe property

A list with the definitions of all the sub-conditions of the current condition.
protected string[] m_pSubConditionDefinition
return string[]

m_pSubConditionDescription protected_oe property

A list with the description of all the sub-conditions of the current condition.
protected string[] m_pSubConditionDescription
return string[]

m_pSubConditionName protected_oe property

A list with all the names associated with the sub-conditions of the current condition.
protected string[] m_pSubConditionName
return string[]

m_pSubConditionSeverity protected_oe property

A list with the severity of all the sub-conditions of the current condition.
protected uint[] m_pSubConditionSeverity
return uint[]

m_quality protected_oe property

The current quality of the data value(s) upon which the condition is based.
protected EnumQuality m_quality
return EnumQuality

m_state protected_oe property

The current state of a condition.
protected EnumConditionState m_state
return EnumConditionState

m_subConditionActiveTime protected_oe property

The time of the most recent transition into the currently active sub-condition.
protected DateTime m_subConditionActiveTime
return DateTime