Skip to content

ThinkingHome.Alice

ThinkingHome.Alice.Model

DeviceInfo Class

Сведения об устройстве для discovery: производитель, модель, версии.

csharp
public class DeviceInfo

Inheritance System.Object → DeviceInfo

Properties

DeviceInfo.HardwareVersion Property

Версия аппаратной части.

csharp
public string HardwareVersion { get; set; }

Property Value

System.String

DeviceInfo.Manufacturer Property

Производитель устройства.

csharp
public string Manufacturer { get; set; }

Property Value

System.String

DeviceInfo.Model Property

Модель устройства.

csharp
public string Model { get; set; }

Property Value

System.String

DeviceInfo.SoftwareVersion Property

Версия программного обеспечения.

csharp
public string SoftwareVersion { get; set; }

Property Value

System.String

Опубликовано под лицензией MIT