C# Class Opc.Ua.Fdi7.ConnectMethodHARTMethodState

Inheritance: Opc.Ua.MethodState
Afficher le fichier Open project: OPCFoundation/UA-Nodeset

Méthodes publiques

Свойство Type Description
OnCall ConnectMethodHARTMethodStateMethodCallHandler

Méthodes publiques

Méthode Description
ConnectMethodHARTMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

Méthodes protégées

Méthode Description
Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList inputArguments, IList outputArguments ) : ServiceResult

Invokes the method, returns the result and output argument.

Initialize ( ISystemContext context ) : void

Initializes the instance.

InitializeOptionalChildren ( ISystemContext context ) : void

Initializes the any option children defined for the instance.

Method Details

Call() protected méthode

Invokes the method, returns the result and output argument.
protected Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList inputArguments, IList outputArguments ) : ServiceResult
context ISystemContext The current context.
objectId Opc.Ua.NodeId The id of the object.
inputArguments IList The input arguments which have been already validated.
outputArguments IList The output arguments which have initialized with thier default values.
Résultat Opc.Ua.ServiceResult

ConnectMethodHARTMethodState() public méthode

Initializes the type with its default attribute values.
public ConnectMethodHARTMethodState ( NodeState parent ) : System
parent NodeState
Résultat System

Construct() public static méthode

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
Résultat NodeState

Initialize() protected méthode

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
Résultat void

InitializeOptionalChildren() protected méthode

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
Résultat void

Property Details

OnCall public_oe property

Raised when the the method is called.
public ConnectMethodHARTMethodStateMethodCallHandler OnCall
Résultat ConnectMethodHARTMethodStateMethodCallHandler