Method | Description | |
---|---|---|
FurnaceControllerState ( NodeState parent ) : System |
Initializes the type with its default attribute values.
|
|
GetChildren ( ISystemContext context, IList |
Populates a list with the children that belong to the node.
|
Method | Description | |
---|---|---|
FindChild ( ISystemContext context, Opc.Ua.QualifiedName browseName, bool createOrReplace, |
Finds the child with the specified browse name.
|
|
GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId |
Returns the id of the default type definition node for the instance.
|
|
Initialize ( ISystemContext context ) : void |
Initializes the instance.
|
|
InitializeOptionalChildren ( ISystemContext context ) : void |
Initializes the any option children defined for the instance.
|
protected FindChild ( ISystemContext context, Opc.Ua.QualifiedName browseName, bool createOrReplace, |
||
context | ISystemContext | |
browseName | Opc.Ua.QualifiedName | |
createOrReplace | bool | |
replacement | ||
return |
public FurnaceControllerState ( NodeState parent ) : System | ||
parent | NodeState | |
return | System |
public GetChildren ( ISystemContext context, IList |
||
context | ISystemContext | The context for the system being accessed. |
children | IList |
The list of children to populate. |
return | void |
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId | ||
namespaceUris | Opc.Ua.NamespaceTable | |
return | Opc.Ua.NodeId |
protected Initialize ( ISystemContext context ) : void | ||
context | ISystemContext | |
return | void |
protected InitializeOptionalChildren ( ISystemContext context ) : void | ||
context | ISystemContext | |
return | void |