Enum PowerState
Defines the display current power state.
public enum PowerState
Fields
DeepSleep = 3The display is powered off and in deep sleep mode.
PoweredOff = 2The display is powered off (sleeping) and depending on the sleep mode it may or may not allow some functions.
PoweredOn = 1The display is powered on and ready to accept commands and data.
Unknown = 0The display is in an unknown power state.