ThinkingHome.Alice
ThinkingHome.Alice.Model
DeviceInfo Class
Сведения об устройстве для discovery: производитель, модель, версии.
csharp
public class DeviceInfoInheritance System.Object → DeviceInfo
Properties
DeviceInfo.HardwareVersion Property
Версия аппаратной части.
csharp
public string HardwareVersion { get; set; }Property Value
DeviceInfo.Manufacturer Property
Производитель устройства.
csharp
public string Manufacturer { get; set; }Property Value
DeviceInfo.Model Property
Модель устройства.
csharp
public string Model { get; set; }Property Value
DeviceInfo.SoftwareVersion Property
Версия программного обеспечения.
csharp
public string SoftwareVersion { get; set; }