Click or drag to resize

ITemperatureControllerTryGetMaxTempSetpoint Method

Try to read the maximum acceptable temperature setpoint.

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

Parameters

Setpoint  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