 | CMDriveRemotePipeCleanGetDataProvider Method |
Reads the last value of an additional data provider.
Namespace: CompreDriveSDK.WCF.PipeAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic double? GetDataProvider(
string Name
)
Public Function GetDataProvider (
Name As String
) As Double?
Parameters
- Name String
- The unique name of the data provider.
Return Value
NullableDoubleThe last sampled value of the data provider, or null if the provider was not found.
Implements
ICompreDriveWCFGetDataProvider(String)
See Also