Interface ClientSessionDataTypeService
Hierarchy
-
ClientSessionDataTypeService
Methods
getBuiltInDataType
- getBuiltInDataType(nodeId: NodeId): Promise<DataType>
- getBuiltInDataType(nodeId: NodeId, callback: (err: Error, dataType?: DataType) => void): void
-
Parameters
Returns Promise<DataType>
-
Parameters
-
-
callback: (err: Error, dataType?: DataType) => void
Returns void
retrieve the built-in DataType of a Variable, from its DataType attribute.
this method is useful to determine which DataType to use when constructing a Variant