C# 클래스 Opc.Ua.AcknowledgeableConditionState

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnAcknowledge ConditionAddCommentEventHandler
OnConfirm ConditionAddCommentEventHandler

공개 메소드들

메소드 설명
SetAcknowledgedState ( ISystemContext context, bool acknowledged ) : void

Sets the acknowledged state of the condition.

SetConfirmedState ( ISystemContext context, bool confirmed ) : void

Sets the confirmed state of the condition.

보호된 메소드들

메소드 설명
OnAcknowledgeCalled ( ISystemContext context, MethodState method, Opc.Ua.NodeId objectId, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult

Called when the Acknowledge method is called.

OnAfterCreate ( ISystemContext context, NodeState node ) : void

Called after a node is created.

OnConfirmCalled ( ISystemContext context, MethodState method, Opc.Ua.NodeId objectId, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult

Called when the Confirm method is called.

ProcessBeforeAcknowledge ( ISystemContext context, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult

Does any processing before adding a comment to a condition.

ProcessBeforeConfirm ( ISystemContext context, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult

Does any processing before adding a comment to a condition.

UpdateEffectiveState ( ISystemContext context ) : void

Updates the effective state for the condition.

UpdateStateAfterAcknowledge ( ISystemContext context ) : void

Updates the condition state after enabling.

UpdateStateAfterConfirm ( ISystemContext context ) : void

Updates the condition state after enabling.

UpdateStateAfterUnacknowledge ( ISystemContext context ) : void

Updates the condition state after disabling.

UpdateStateAfterUnconfirm ( ISystemContext context ) : void

Updates the condition state after disabling.

메소드 상세

OnAcknowledgeCalled() 보호된 메소드

Called when the Acknowledge method is called.
protected OnAcknowledgeCalled ( ISystemContext context, MethodState method, Opc.Ua.NodeId objectId, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult
context ISystemContext The system context.
method MethodState The method being called.
objectId Opc.Ua.NodeId The id of the object.
eventId byte The identifier for the event which is the target for the comment.
comment Opc.Ua.LocalizedText The comment.
리턴 ServiceResult

OnAfterCreate() 보호된 메소드

Called after a node is created.
protected OnAfterCreate ( ISystemContext context, NodeState node ) : void
context ISystemContext
node NodeState
리턴 void

OnConfirmCalled() 보호된 메소드

Called when the Confirm method is called.
protected OnConfirmCalled ( ISystemContext context, MethodState method, Opc.Ua.NodeId objectId, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult
context ISystemContext The system context.
method MethodState The method being called.
objectId Opc.Ua.NodeId The id of the object.
eventId byte The identifier for the event which is the target for the comment.
comment Opc.Ua.LocalizedText The comment.
리턴 ServiceResult

ProcessBeforeAcknowledge() 보호된 메소드

Does any processing before adding a comment to a condition.
protected ProcessBeforeAcknowledge ( ISystemContext context, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult
context ISystemContext The system context.
eventId byte The identifier for the event which is the target for the comment.
comment Opc.Ua.LocalizedText The comment.
리턴 ServiceResult

ProcessBeforeConfirm() 보호된 메소드

Does any processing before adding a comment to a condition.
protected ProcessBeforeConfirm ( ISystemContext context, byte eventId, Opc.Ua.LocalizedText comment ) : ServiceResult
context ISystemContext The system context.
eventId byte The identifier for the event which is the target for the comment.
comment Opc.Ua.LocalizedText The comment.
리턴 ServiceResult

SetAcknowledgedState() 공개 메소드

Sets the acknowledged state of the condition.
public SetAcknowledgedState ( ISystemContext context, bool acknowledged ) : void
context ISystemContext The system context.
acknowledged bool if set to true the condition is acknowledged.
리턴 void

SetConfirmedState() 공개 메소드

Sets the confirmed state of the condition.
public SetConfirmedState ( ISystemContext context, bool confirmed ) : void
context ISystemContext The context.
confirmed bool if set to true the condition is confirmed.
리턴 void

UpdateEffectiveState() 보호된 메소드

Updates the effective state for the condition.
protected UpdateEffectiveState ( ISystemContext context ) : void
context ISystemContext The context.
리턴 void

UpdateStateAfterAcknowledge() 보호된 메소드

Updates the condition state after enabling.
protected UpdateStateAfterAcknowledge ( ISystemContext context ) : void
context ISystemContext The system context.
리턴 void

UpdateStateAfterConfirm() 보호된 메소드

Updates the condition state after enabling.
protected UpdateStateAfterConfirm ( ISystemContext context ) : void
context ISystemContext The system context.
리턴 void

UpdateStateAfterUnacknowledge() 보호된 메소드

Updates the condition state after disabling.
protected UpdateStateAfterUnacknowledge ( ISystemContext context ) : void
context ISystemContext The system context.
리턴 void

UpdateStateAfterUnconfirm() 보호된 메소드

Updates the condition state after disabling.
protected UpdateStateAfterUnconfirm ( ISystemContext context ) : void
context ISystemContext The system context.
리턴 void

프로퍼티 상세

OnAcknowledge 공개적으로 프로퍼티

Raised when a condition is acknowledged.
Return code can be used to cancel the operation.
public ConditionAddCommentEventHandler OnAcknowledge
리턴 ConditionAddCommentEventHandler

OnConfirm 공개적으로 프로퍼티

Raised when a condition is confirmed.
Return code can be used to cancel the operation.
public ConditionAddCommentEventHandler OnConfirm
리턴 ConditionAddCommentEventHandler