Method | Description | |
---|---|---|
GetAttributeValue ( |
||
GetAttributesToSave ( ISystemContext context ) : AttributesToSave |
Returns a mask which indicates which attributes have non-default value.
|
|
GetDefaultTypeDefinitionId ( ISystemContext context ) : Opc.Ua.NodeId |
Returns the id of the default type definition node for the instance.
|
|
GetDisplayPath ( ) : string |
Gets a display path for the node.
|
|
GetDisplayPath ( int maxLength, char seperator ) : string |
Gets a display path for the node.
|
|
GetDisplayText ( ) : string |
Gets a display text for the node.
|
|
IsTypeOf ( |
||
MemberwiseClone ( ) : object |
Makes a copy of the node and all children.
|
|
ReportEvent ( ISystemContext context, IFilterTarget e ) : void |
Sets the flag which indicates whether event are being monitored for the instance and its children.
|
|
Save ( ISystemContext context, BinaryEncoder encoder, AttributesToSave attributesToSave ) : void |
Saves object in an binary stream.
|
|
Save ( ISystemContext context, |
Saves the attributes from the stream.
|
|
SetMinimumSamplingInterval ( ISystemContext context, double minimumSamplingInterval ) : void |
Sets the minimum sampling interval for the node an all of its child variables..
|
|
Update ( ISystemContext context, |
Updates the specified context.
|
|
Update ( ISystemContext context, SimpleAttributeOperandCollection fields, |
Initializes the instance from an event notification. This method creates components based on the browse paths in the event field and sets the NodeId or Value based on values in the event notification. |
|
Update ( ISystemContext context, |
Updates the attributes from the stream.
|
Method | Description | |
---|---|---|
BaseInstanceState ( NodeClass nodeClass, NodeState parent ) : System |
Initializes the instance with its defalt attribute values.
|
|
Export ( ISystemContext context, |
Exports a copy of the node to a node table.
|
|
GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId |
Returns the id of the default type definition node for the instance.
|
|
Initialize ( ISystemContext context, NodeState source ) : void |
Initializes the instance from another instance.
|
|
PopulateBrowser ( ISystemContext context, |
Populates the browser with references that meet the criteria.
|
Method | Description | |
---|---|---|
GetNonNullText ( NodeState node ) : string |
Returns non-null text for the node.
|
protected BaseInstanceState ( NodeClass nodeClass, NodeState parent ) : System | ||
nodeClass | NodeClass | |
parent | NodeState | |
return | System |
protected Export ( ISystemContext context, |
||
context | ISystemContext | The context. |
node | The node to update with the values from the instance. | |
return | void |
public GetAttributeValue ( |
||
context | ||
typeDefinitionId | Opc.Ua.NodeId | |
relativePath | IList |
|
attributeId | uint | |
indexRange | ||
return | object |
public GetAttributesToSave ( ISystemContext context ) : AttributesToSave | ||
context | ISystemContext | The context for the system being accessed. |
return | AttributesToSave |
public GetDefaultTypeDefinitionId ( ISystemContext context ) : Opc.Ua.NodeId | ||
context | ISystemContext | |
return | Opc.Ua.NodeId |
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId | ||
namespaceUris | Opc.Ua.NamespaceTable | The namespace uris. |
return | Opc.Ua.NodeId |
public GetDisplayPath ( int maxLength, char seperator ) : string | ||
maxLength | int | |
seperator | char | |
return | string |
protected Initialize ( ISystemContext context, NodeState source ) : void | ||
context | ISystemContext | |
source | NodeState | |
return | void |
public IsTypeOf ( |
||
context | ||
typeDefinitionId | Opc.Ua.NodeId | |
return | bool |
protected PopulateBrowser ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
browser | The browser to populate. | |
return | void |
public ReportEvent ( ISystemContext context, IFilterTarget e ) : void | ||
context | ISystemContext | The system context. |
e | IFilterTarget | The event to report. |
return | void |
public Save ( ISystemContext context, BinaryEncoder encoder, AttributesToSave attributesToSave ) : void | ||
context | ISystemContext | The context user. |
encoder | BinaryEncoder | The encoder to write to. |
attributesToSave | AttributesToSave | The masks indicating what attributes to write. |
return | void |
public Save ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
encoder | The encoder wrapping the stream to write. | |
return | void |
public SetMinimumSamplingInterval ( ISystemContext context, double minimumSamplingInterval ) : void | ||
context | ISystemContext | The context. |
minimumSamplingInterval | double | The minimum sampling interval. |
return | void |
public Update ( ISystemContext context, |
||
context | ISystemContext | The context. |
decoder | The decoder. | |
attibutesToLoad | AttributesToSave | The attributes to load. |
return | void |
public Update ( ISystemContext context, SimpleAttributeOperandCollection fields, |
||
context | ISystemContext | The context. |
fields | SimpleAttributeOperandCollection | The fields selected for the event notification. |
e | The event notification. | |
return | void |
public Update ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
decoder | The decoder wrapping the stream to read. | |
return | void |