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)

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

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

Parameters

responseDelay short
protocolId int?
adapterId int?
adapterAddress 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[]

ProtocolId

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

public int? ProtocolId { get; set; }

Property Value

int?

ResponseDelay

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

public short ResponseDelay { get; set; }

Property Value

short