Table of Contents

Enum InputAction

Namespace
AppleTvControlLibrary.Mrp.RemoteControl
Assembly
AppleTvControlLibrary.Mrp.dll

Type of input when pressing a button, mirroring pyatv's InputAction constant.

public enum InputAction

Fields

DoubleTap = 1

Press and release twice quickly. pyatv/const.py — line 206 as of pyatv 0.18.0

Hold = 2

Press and hold for one second before releasing. pyatv/const.py — line 209 as of pyatv 0.18.0

SingleTap = 0

Press and release quickly. pyatv/const.py — line 203 as of pyatv 0.18.0