Table of Contents

Class EquipmentPollSettings

Namespace
Lers.Models
Assembly
Lers.Models.dll

Параметры опроса оборудования.

public class EquipmentPollSettings
Inheritance
EquipmentPollSettings
Inherited Members
Extension Methods

Constructors

EquipmentPollSettings()

Конструктор по умолчанию.

public EquipmentPollSettings()

EquipmentPollSettings(short, int?, int?, int, int)

Конструктор.

public EquipmentPollSettings(short responseDelay, int? protocolId, int? adapterId, int adapterAddress, int interDeviceDelay)

Parameters

responseDelay short
protocolId int?
adapterId int?
adapterAddress int
interDeviceDelay int

Properties

AdapterAddress

Адрес адаптера.

public int AdapterAddress { get; set; }

Property Value

int

AdapterId

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

public int? AdapterId { get; set; }

Property Value

int?

Connections

Подключения.

public PollConnection[]? Connections { get; set; }

Property Value

PollConnection[]

InterDeviceDelay

Пауза между опросами устройств в сети (миллисекунд).

[Range(0, 100000)]
public int InterDeviceDelay { get; set; }

Property Value

int

ProtocolId

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

public int? ProtocolId { get; set; }

Property Value

int?

ResponseDelay

Задержка ответа (мс).

public short ResponseDelay { get; set; }

Property Value

short