Click or drag to resize

CMDriveRemoteHttpGetDataProvider Method

Reads the last value of an additional data provider.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public 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.

Implements

ICompreDriveWCFGetDataProvider(String)
See Also