Table of Contents

Class RemoteFirmwareInfo

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll
public record RemoteFirmwareInfo : IFirmwareInfo, IEquatable<RemoteFirmwareInfo>
Inheritance
RemoteFirmwareInfo
Implements
Inherited Members

Constructors

RemoteFirmwareInfo(ConnectionType, DeviceModel, FirmwareVersion, Uri)

public RemoteFirmwareInfo(ConnectionType Connection, DeviceModel Model, FirmwareVersion FirmwareVersion, Uri DownloadUrl)

Parameters

Connection ConnectionType
Model DeviceModel
FirmwareVersion FirmwareVersion
DownloadUrl Uri

Properties

Connection

public ConnectionType Connection { get; init; }

Property Value

ConnectionType

DownloadUrl

public Uri DownloadUrl { get; init; }

Property Value

Uri

FirmwareVersion

public FirmwareVersion FirmwareVersion { get; init; }

Property Value

FirmwareVersion

Model

public DeviceModel Model { get; init; }

Property Value

DeviceModel