Class PowerStateChangeRequestEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
10

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

C#
Copy
public class PowerStateChangeRequestEventArgs : EventArgs
Inheritance
System.Object
PowerStateChangeRequestEventArgs

Properties

View Source

PowerState

PowerState indicates state to be changed that was requested.

Declaration
C#
Copy
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
C#
Copy
public int Retval { get; }
Property Value
Type Description
Int32