Méthode | Description | |
---|---|---|
CreateAddressSpace ( IDictionary |
Does any initialization required before the address space can be used. The externalReferences is an out parameter that allows the node manager to link to nodes in other node managers. For example, the 'Objects' node is managed by the CoreNodeManager and should have a reference to the root folder node(s) exposed by this node manager. |
|
DeleteAddressSpace ( ) : void |
Frees any resources allocated for the address space.
|
|
New ( ISystemContext context, NodeState node ) : Opc.Ua.NodeId |
Creates the NodeId for the specified node.
|
|
OnReadUserAccessLevel ( ISystemContext context, NodeState node, byte &value ) : |
||
OnWriteValue ( ISystemContext context, NodeState node, object &value ) : |
||
UserAuthenticationNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : System |
Initializes the node manager.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
|
GetManagerHandle ( |
Returns a unique handle for the node.
|
|
ValidateNode ( |
Verifies that the specified node exists.
|
public CreateAddressSpace ( IDictionary |
||
externalReferences | IDictionary |
|
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected GetManagerHandle ( |
||
context | ||
nodeId | Opc.Ua.NodeId | |
cache | NodeState>.IDictionary | |
Résultat |
public New ( ISystemContext context, NodeState node ) : Opc.Ua.NodeId | ||
context | ISystemContext | |
node | NodeState | |
Résultat | Opc.Ua.NodeId |
public OnReadUserAccessLevel ( ISystemContext context, NodeState node, byte &value ) : |
||
context | ISystemContext | |
node | NodeState | |
value | byte | |
Résultat |
public OnWriteValue ( ISystemContext context, NodeState node, object &value ) : |
||
context | ISystemContext | |
node | NodeState | |
value | object | |
Résultat |
public UserAuthenticationNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : System | ||
server | IServerInternal | |
configuration | ApplicationConfiguration | |
Résultat | System |
protected ValidateNode ( |
||
context | ||
handle | ||
cache | NodeState>.IDictionary | |
Résultat | NodeState |