Table of Contents

Enum MrpPowerState

Namespace
AppleTvControlLibrary.Mrp.Protocol
Assembly
AppleTvControlLibrary.Mrp.dll

Device power state, mirroring pyatv's PowerState constant.

public enum MrpPowerState

Fields

Off = 1

Device is turned off (standby). pyatv/const.py — line 107-108 as of pyatv 0.18.0

On = 2

Device is turned on. pyatv/const.py — line 110-111 as of pyatv 0.18.0

Unknown = 0

Power state is not determinable. pyatv/const.py — line 104-105 as of pyatv 0.18.0