FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA123 Class / GetPowerState Method


In This Topic
    GetPowerState Method
    In This Topic
    Retrieves the power state of the system.
    Syntax
    'Declaration
     
    
    Public Function GetPowerState() As Integer
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim value As Integer
     
    value = instance.GetPowerState()
    public int GetPowerState()

    Return Value

    The power state of the system.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also