C# Class Opc.Ua.Com.Client.AeConditionState

A object which represents a COM AE condition.
Inheritance: Opc.Ua.AlarmConditionState
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
AeConditionState ( ISystemContext context, NodeHandle handle, AddCommentMethodState acknowledgeMethod ) : System

Initializes a new instance of the AeConditionState class.

Method Details

AeConditionState() public method

Initializes a new instance of the AeConditionState class.
public AeConditionState ( ISystemContext context, NodeHandle handle, AddCommentMethodState acknowledgeMethod ) : System
context ISystemContext The context.
handle Opc.Ua.Server.NodeHandle The handle.
acknowledgeMethod AddCommentMethodState The acknowledge method.
return System