Click or drag to resize

ICompreDriveWCFGetDataProvider Method

Reads the last value of an additional data provider.

Namespace: CompreDriveSDK.WCF
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
double? GetDataProvider(
	string Name
)

Parameters

Name  String
The unique name of the data provider.

Return Value

NullableDouble
The last sampled value of the data provider, or null if the provider was not found.
See Also