Class PowerStateChangeRequestEventArgs

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.dll

    PowerStateChangeRequestEventArgs is an extended EventArgs class. This class contains event arguments for the (PowerState)StateChangeRequestCallback event from the Power class.

    public class PowerStateChangeRequestEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PowerStateChangeRequestEventArgs

    Properties

    View Source

    PowerState

    PowerState indicates state to be changed that was requested.

    Declaration
    public PowerState PowerState { get; }
    Property Value
    Type Description
    Tizen.System.PowerState
    View Source

    Retval

    Retval indicates return of change state result from deviced. If Retval is negative, it means failure, 0 means success.

    Declaration
    public int Retval { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX