FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / GetDeviceTemperature Method


In This Topic
    GetDeviceTemperature Method (DeviceQIA128)
    In This Topic
    Retrieves the temperature of the device.
    Syntax
    'Declaration
     
    
    Public Function GetDeviceTemperature() As Double
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim value As Double
     
    value = instance.GetDeviceTemperature()
    public double GetDeviceTemperature()

    Return Value

    The temperature of the device.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also