C# Class Opc.Ua.Di.BreakLockMethodState

Inheritance: Opc.Ua.MethodState
ファイルを表示 Open project: OPCFoundation/UA-Nodeset Class Usage Examples

Public Properties

Property Type Description
OnCall BreakLockMethodStateMethodCallHandler

Public Methods

Method Description
BreakLockMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

Protected Methods

Method 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

BreakLockMethodState() public method

Initializes the type with its default attribute values.
public BreakLockMethodState ( NodeState parent ) : System
parent NodeState
return System

Call() protected method

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.
return Opc.Ua.ServiceResult

Construct() public static method

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

Initialize() protected method

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
return void

InitializeOptionalChildren() protected method

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

Property Details

OnCall public_oe property

Raised when the the method is called.
public BreakLockMethodStateMethodCallHandler OnCall
return BreakLockMethodStateMethodCallHandler