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.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also