Table of Contents

Enum MessageType

Namespace
AppleTvControlLibrary.Protocol
Assembly
AppleTvControlLibrary.dll

Type of an OPACK message exchanged over a Companion connection.

public enum MessageType

Fields

Event = 1

An unsolicited event. pyatv/protocols/companion/protocol.py — line 57 as of pyatv 0.18.0

Request = 2

A request expecting a response. pyatv/protocols/companion/protocol.py — line 58 as of pyatv 0.18.0

Response = 3

A response to a previously sent request. pyatv/protocols/companion/protocol.py — line 59 as of pyatv 0.18.0