Click or drag to resize

LiveDataValue Constructor

Initializes a new instance of the LiveDataValue class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.NativeProcedure
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public LiveDataValue(
	string name,
	string unit,
	double value
)

Parameters

name  String
The value name.
unit  String
The value unit.
value  Double
The value value.
See Also