opcua.node
Description
OPC UA node
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Node ID |
| name | string | Node browser name |
| namespace | opcua.namespace | Namespace |
| class | string | Node class |
| description | string | Node description |
| writeable | bool | Whether the value is writable |
| dataType | string | Data type |
| min | string | Minimum value |
| max | string | Maximum value |
| unit | string | Node unit |
| accessLevel | string | Access level |
| properties | []opcua.node | Properties |
| components | []opcua.node | Components |
| organizes | []opcua.node | Organizes |