C# Class Opc.Ua.Fdi7.ResetScanMethodState

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

ResetScanMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

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

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

ResetScanMethodState() public méthode

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

Property Details

OnCall public_oe property

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