Table of Contents

Class DriverInterfaceProperties

Namespace
Lers.Core
Assembly
Lers.System.dll

Свойства интерфейса опроса.

public sealed class DriverInterfaceProperties
Inheritance
DriverInterfaceProperties
Inherited Members
Extension Methods

Properties

Adapters

Возвращает список адаптеров, поддерживаемых устройством.

public ReadOnlyCollection<Adapter> Adapters { get; }

Property Value

ReadOnlyCollection<Adapter>

Cells

Список ячеек устройства.

public ReadOnlyCollection<Cell> Cells { get; }

Property Value

ReadOnlyCollection<Cell>

ChannelCount

Возвращает количество каналов устройства в каждом тепловом вводе.

public int ChannelCount { get; }

Property Value

int

ConfigParams

Список параметров в базе настроек устройства.

public ReadOnlyCollection<DeviceConfigParam> ConfigParams { get; }

Property Value

ReadOnlyCollection<DeviceConfigParam>

DriverName

Возвращает имя драйвера устройства.

public string DriverName { get; }

Property Value

string

DriverStatus

Возвращает статус драйвера устройства.

public DriverStatus DriverStatus { get; }

Property Value

DriverStatus

Features

Возвращает характеристики устройства.

public DeviceFeature Features { get; }

Property Value

DeviceFeature

HeatSystemCount

Возвращает количество тепловых вводов.

public byte HeatSystemCount { get; }

Property Value

byte

MaxMemoryAddress

Возвращает максимальный адрес памяти устройства.

public int MaxMemoryAddress { get; }

Property Value

int

MinMemoryAddress

Возвращает минимальный адрес памяти устройства.

public int MinMemoryAddress { get; }

Property Value

int

Protocols

Возвращает список протоколов, поддерживаемых устройством.

public ReadOnlyCollection<Protocol> Protocols { get; }

Property Value

ReadOnlyCollection<Protocol>

SupportedDataTypes

Возвращает типы данных, которые можно считать с устройства.

public DeviceDataType SupportedDataTypes { get; }

Property Value

DeviceDataType

Methods

GetConfigParamById(int)

Возвращает параметр базы настроек устройства с указанным идентификатором.

public DeviceConfigParam GetConfigParamById(int paramId)

Parameters

paramId int

Идентификатор параметра.

Returns

DeviceConfigParam

экземпляр DeviceConfigParam или null, если такого параметра не существует у данной модели устройства.