Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
GetNonNullText ( NodeState node ) : string |
Returns non-null text for the node.
|
protected BaseInstanceState ( NodeClass nodeClass, NodeState parent ) : System | ||
nodeClass | NodeClass | |
parent | NodeState | |
Результат | System |
protected Export ( ISystemContext context, |
||
context | ISystemContext | The context. |
node | The node to update with the values from the instance. | |
Результат | void |
public GetAttributeValue ( |
||
context | ||
typeDefinitionId | Opc.Ua.NodeId | |
relativePath | IList |
|
attributeId | uint | |
indexRange | ||
Результат | object |
public GetAttributesToSave ( ISystemContext context ) : AttributesToSave | ||
context | ISystemContext | The context for the system being accessed. |
Результат | AttributesToSave |
public GetDefaultTypeDefinitionId ( ISystemContext context ) : Opc.Ua.NodeId | ||
context | ISystemContext | |
Результат | Opc.Ua.NodeId |
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId | ||
namespaceUris | Opc.Ua.NamespaceTable | The namespace uris. |
Результат | Opc.Ua.NodeId |
public GetDisplayPath ( int maxLength, char seperator ) : string | ||
maxLength | int | |
seperator | char | |
Результат | string |
protected Initialize ( ISystemContext context, NodeState source ) : void | ||
context | ISystemContext | |
source | NodeState | |
Результат | void |
public IsTypeOf ( |
||
context | ||
typeDefinitionId | Opc.Ua.NodeId | |
Результат | bool |
protected PopulateBrowser ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
browser | The browser to populate. | |
Результат | void |
public ReportEvent ( ISystemContext context, IFilterTarget e ) : void | ||
context | ISystemContext | The system context. |
e | IFilterTarget | The event to report. |
Результат | 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. |
Результат | void |
public Save ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
encoder | The encoder wrapping the stream to write. | |
Результат | void |
public SetMinimumSamplingInterval ( ISystemContext context, double minimumSamplingInterval ) : void | ||
context | ISystemContext | The context. |
minimumSamplingInterval | double | The minimum sampling interval. |
Результат | void |
public Update ( ISystemContext context, |
||
context | ISystemContext | The context. |
decoder | The decoder. | |
attibutesToLoad | AttributesToSave | The attributes to load. |
Результат | void |
public Update ( ISystemContext context, SimpleAttributeOperandCollection fields, |
||
context | ISystemContext | The context. |
fields | SimpleAttributeOperandCollection | The fields selected for the event notification. |
e | The event notification. | |
Результат | void |
public Update ( ISystemContext context, |
||
context | ISystemContext | The context for the system being accessed. |
decoder | The decoder wrapping the stream to read. | |
Результат | void |