Table of Contents

Class LocalFirmwareInfo

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

Constructors

LocalFirmwareInfo(ConnectionType, DeviceModel, FirmwareVersion, string)

public LocalFirmwareInfo(ConnectionType Connection, DeviceModel Model, FirmwareVersion FirmwareVersion, string FilePath)

Parameters

Connection ConnectionType
Model DeviceModel
FirmwareVersion FirmwareVersion
FilePath string

Properties

Connection

public ConnectionType Connection { get; init; }

Property Value

ConnectionType

FilePath

public string FilePath { get; init; }

Property Value

string

FirmwareVersion

public FirmwareVersion FirmwareVersion { get; init; }

Property Value

FirmwareVersion

Model

public DeviceModel Model { get; init; }

Property Value

DeviceModel