Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SPValue

This type is used to wrap all possible values that a SubmodelProperty may contain. Its structures is useful to serialize and deserialize a value, passing from XML Data Type to OPC UA DataType, and viceversa.

Hierarchy

  • SPValue

Index

Properties

Properties

Optional dataType

dataType: string | NodeIdLike | UADataType

The DataType of the data contained in value.

Optional value

value: BindVariableOptions

An object structured in a specifc way to obtain a value encoded in OPC UA. More details about the type of this property can be found in the documentation of node-opcua.

Optional valueType

The XML Data Type corresponding to the data contained in value. This property is useful, eventually, for the serialization of the AASs in the AddressSpace in XML/JSON.

Generated using TypeDoc