Table of Contents

Enum PowerState

Namespace
Iot.Device.EPaper.Enums
Assembly
Iot.Device.ePaper.dll

Defines the display current power state.

public enum PowerState

Fields

DeepSleep = 3

The display is powered off and in deep sleep mode.

PoweredOff = 2

The display is powered off (sleeping) and depending on the sleep mode it may or may not allow some functions.

PoweredOn = 1

The display is powered on and ready to accept commands and data.

Unknown = 0

The display is in an unknown power state.