FileNode
Extends:
src/lib/model/Node.js~SourceNode → FileNode
A node returned by the SourceStream.
Constructor Summary
Public Constructor | ||
public |
constructor(options: *) Creates a new node. |
Member Summary
Public Members | ||
public |
The id stored in the definition file |
|
public get |
A node's raw value, decoded into a string. |
|
public get |
|
|
public |
valueSoFar: Partial The node's value (may be incomplete, use FileNode#value to ensure). |
|
public get |
A node's node-opcua~Variant value. |
Private Members | ||
private |
_rawValue: * |
Method Summary
Public Methods | ||
public |
|
|
public |
setRawValue(value: Buffer): undefined |
|
public |
|
Public Constructors
public constructor(options: *) source
Creates a new node.
Params:
Name | Type | Attribute | Description |
options | * | The options to use. |
Public Members
public get value: node-opcua~Variant source
public valueSoFar: Partial source
The node's value (may be incomplete, use FileNode#value to ensure).