Class PollTaskMeasurePointProperties
Параметры задания опроса точки учёта.
public class PollTaskMeasurePointProperties
- Inheritance
-
PollTaskMeasurePointProperties
- Inherited Members
- Extension Methods
Properties
IsContinuous
Указывает, что для точки выполняется непрервыный опрос текущих.
public bool IsContinuous { get; }
Property Value
MeasurePointId
Идентификатор точки учёта.
public int MeasurePointId { get; }
Property Value
RequestedDataMask
Маска запрошенных данных.
public DeviceDataType RequestedDataMask { get; }
Property Value
TimeCorrectionEnabled
Включена коррекция времени.
public bool TimeCorrectionEnabled { get; }