Свойство | Тип | Описание | |
---|---|---|---|
OnCall | CreateControllerMethodStateMethodCallHandler |
Метод | Описание | |
---|---|---|
Construct ( NodeState parent ) : NodeState |
Constructs an instance of a node.
|
|
CreateControllerMethodState ( NodeState parent ) : System |
Initializes the type with its default attribute values.
|
Метод | Описание | |
---|---|---|
Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList |
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.
|
protected Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList |
||
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. |
Результат |
public static Construct ( NodeState parent ) : NodeState | ||
parent | NodeState | The parent. |
Результат | NodeState |
public CreateControllerMethodState ( NodeState parent ) : System | ||
parent | NodeState | |
Результат | System |
protected Initialize ( ISystemContext context ) : void | ||
context | ISystemContext | |
Результат | void |
protected InitializeOptionalChildren ( ISystemContext context ) : void | ||
context | ISystemContext | |
Результат | void |