C# 클래스 Softing.OPCToolbox.Client.AeConditionState

Represents an OPC Condition associated with an OPC Source.
파일 보기 프로젝트 열기: SoftingIndustrial/OPC-Classic-SDK

보호된 프로퍼티들

프로퍼티 타입 설명
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