C# Class Opc.Ua.ExclusiveLimitStateMachineState

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Protected Methods

Method Description
OnAfterCreate ( ISystemContext context, NodeState node ) : void

Initializes the object as a collection of counters which change value on read.

Method Details

OnAfterCreate() protected method

Initializes the object as a collection of counters which change value on read.
protected OnAfterCreate ( ISystemContext context, NodeState node ) : void
context ISystemContext
node NodeState
return void