Typedef
Static Public Summary | ||
public |
|
|
public |
|
|
public |
Must be one of: 'list', 'rawlist', 'expand', 'checkbox', 'confirm', 'input', 'password', 'editor'. |
|
public |
inquirer~Validator: function(value: String): Boolean | String A function that, when called with a value, validates this value and either retunrs |
Static Public
public NodeStream.BrowseResult: Object source
Properties:
Name | Type | Attribute | Description |
nodeId | NodeId | The discovered node's id. |
|
nodeClass | node-opcua~NodeClass | The discovered node's class. |
|
references | Map<String, NodeId[]> | An object holding arrays of references from the discovered node to others, mapped by node-opcua~ReferenceTypeId keys. |
public ReadStream.ReadResult: NodeStream.BrowseResult source
Properties:
Name | Type | Attribute | Description |
value | node-opcua~DataValue |
|
For Variable nodes this property holds the read data value. |
mtime | Date |
|
For Variable nodes this property holds the timestamp the node's value last changed. |