Table of Contents

Class MrpInfoSettings

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

Settings needed to build the initial DEVICE_INFORMATION message. A minimal analogue of pyatv's InfoSettings (pydantic model), exposing only the fields MrpProtocol itself needs.

public sealed class MrpInfoSettings
Inheritance
MrpInfoSettings
Inherited Members

Properties

Name

Gets or sets the client name reported to the device. pyatv/settings.py — line 81 as of pyatv 0.18.0

public string Name { get; set; }

Property Value

string

OsBuild

Gets or sets the OS build version reported to the device. pyatv/settings.py — line 87 as of pyatv 0.18.0

public string OsBuild { get; set; }

Property Value

string