Click or drag to resize

ITemperatureControllerTryGetTemperature Method

Try to read the current temperature process value.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
bool TryGetTemperature(
	ref float Temperature
)

Parameters

Temperature  Single
Is set to the read value if the operation was successful.

Return Value

Boolean
True if the value was read successfully, false if not.
See Also