Class EquipmentPollSettings
Параметры опроса оборудования.
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
Properties
AdapterAddress
Адрес адаптера.
public int AdapterAddress { get; set; }Property Value
AdapterId
Идентификатор адаптера.
public int? AdapterId { get; set; }Property Value
- int?
Connections
Подключения.
public PollConnection[] Connections { get; set; }Property Value
ProtocolId
Идентификатор протокола.
public int? ProtocolId { get; set; }Property Value
- int?
ResponseDelay
Задержка ответа (мс).
public short ResponseDelay { get; set; }