메소드 | 설명 | |
---|---|---|
BlockState ( |
Initializes a new instance of the BlockState class.
|
|
OnWriteTagValue ( ISystemContext context, NodeState node, object &value ) : |
Used to receive notifications when the value attribute is read or written.
|
|
StartMonitoring ( |
Starts the monitoring the block.
|
|
StopMonitoring ( |
Stop the monitoring the block.
|
메소드 | 설명 | |
---|---|---|
PopulateBrowser ( ISystemContext context, |
Populates the browser with references that meet the criteria.
|
메소드 | 설명 | |
---|---|---|
CreateVariable ( ISystemContext context, |
Creates a variable from a tag.
|
|
OnTagsChanged ( IList |
Called when one or more tags changes.
|
|
UpdateVariable ( ISystemContext context, |
Updates a variable from a tag.
|
public BlockState ( |
||
nodeManager | The context. | |
nodeId | Opc.Ua.NodeId | The node id. |
block | The block. | |
리턴 | System |
public OnWriteTagValue ( ISystemContext context, NodeState node, object &value ) : |
||
context | ISystemContext | |
node | NodeState | |
value | object | |
리턴 |
protected PopulateBrowser ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
browser | The browser to populate. | |
리턴 | void |
public StartMonitoring ( |
||
context | The context. | |
리턴 | void |
public StopMonitoring ( |
||
context | The context. | |
리턴 | bool |