C# Класс Softing.OPCToolbox.Client.AeConditionState

Represents an OPC Condition associated with an OPC Source.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
AeConditionState ( ) : System

Initializes a new instance of the AeConditionState class.

Описание методов

AeConditionState() публичный Метод

Initializes a new instance of the AeConditionState class.
public AeConditionState ( ) : System
Результат System

Описание свойств

m_ackComment защищенное свойство

A comment string passed in by the client who last acknowledged this condition.
protected string m_ackComment
Результат string

m_ackId защищенное свойство

An identifier for the client who last acknowledged the condition.
protected string m_ackId
Результат string

m_actSubConditionDefinition защищенное свойство

An expression which defines the sub-state of the sub-condition which is currently active.
protected string m_actSubConditionDefinition
Результат string

m_actSubConditionDescription защищенное свойство

A text string to be included in any event notification generated on behalf of the currently active sub-condition.
protected string m_actSubConditionDescription
Результат string

m_actSubConditionName защищенное свойство

The name of the sub-condition which is currently active.
protected string m_actSubConditionName
Результат string

m_actSubConditionSeverity защищенное свойство

The severity of any event notifications generated on behalf of the currently active sub-condition.
protected uint m_actSubConditionSeverity
Результат uint

m_conditionAckTime защищенное свойство

The time of the most recent acknowledgement (of any sub-condition).
protected DateTime m_conditionAckTime
Результат DateTime

m_conditionActiveTime защищенное свойство

The time that condition become active.
protected DateTime m_conditionActiveTime
Результат DateTime

m_conditionInactiveTime защищенное свойство

The time of the most recent transition out of the condition.
protected DateTime m_conditionInactiveTime
Результат DateTime

m_pAttrErrors защищенное свойство

A list with the errors occured when transmitting the attributes with the event notification.
protected int[] m_pAttrErrors
Результат int[]

m_pEventAttrs защищенное свойство

A list of vendor-specific attributes to be sent with the event notification.
protected ArrayList m_pEventAttrs
Результат ArrayList

m_pSubConditionDefinition защищенное свойство

A list with the definitions of all the sub-conditions of the current condition.
protected string[] m_pSubConditionDefinition
Результат string[]

m_pSubConditionDescription защищенное свойство

A list with the description of all the sub-conditions of the current condition.
protected string[] m_pSubConditionDescription
Результат string[]

m_pSubConditionName защищенное свойство

A list with all the names associated with the sub-conditions of the current condition.
protected string[] m_pSubConditionName
Результат string[]

m_pSubConditionSeverity защищенное свойство

A list with the severity of all the sub-conditions of the current condition.
protected uint[] m_pSubConditionSeverity
Результат uint[]

m_quality защищенное свойство

The current quality of the data value(s) upon which the condition is based.
protected EnumQuality m_quality
Результат EnumQuality

m_state защищенное свойство

The current state of a condition.
protected EnumConditionState m_state
Результат EnumConditionState

m_subConditionActiveTime защищенное свойство

The time of the most recent transition into the currently active sub-condition.
protected DateTime m_subConditionActiveTime
Результат DateTime