 | ITemperatureControllerTryGetTemperature Method |
Try to read the current temperature process value.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool TryGetTemperature(
ref float Temperature
)
Function TryGetTemperature (
ByRef Temperature As Single
) As Boolean
Parameters
- Temperature Single
- Is set to the read value if the operation was successful.
Return Value
BooleanTrue if the value was read successfully, false if not.
See Also