Table of Contents

Class ManualPollAdditionalParameters

Namespace
Lers.Models
Assembly
Lers.Models.dll

Дополнительные параметры ручного опроса.

public class ManualPollAdditionalParameters
Inheritance
ManualPollAdditionalParameters
Inherited Members
Extension Methods

Properties

AtCommand

АТ команда модему.

public GsmModemCommand AtCommand { get; set; }

Property Value

GsmModemCommand

AtCommandSettings

Выполнить AT команду порта опроса.

public AtCommandSettings? AtCommandSettings { get; set; }

Property Value

AtCommandSettings

ConnectRetry

Параметры повторов установки подключения. Если эти параметры установлены, в рамках сеанса опроса проводится несколько попыток подключиться к устройству.

[NotMapped]
public RetrySettings? ConnectRetry { get; set; }

Property Value

RetrySettings

ConnectionTimeOut

Таймаут на установку соединения (секунд).

public int? ConnectionTimeOut { get; set; }

Property Value

int?

ControlLoad

Управление нагрузкой электросчётчика.

[NotMapped]
public ElectricLoadControl ControlLoad { get; set; }

Property Value

ElectricLoadControl

DebugEnabled

Флаг разрешения протоколирования отладочных сообщений.

[NotMapped]
public bool DebugEnabled { get; set; }

Property Value

bool

DetectDevice

Определить устройство.

[NotMapped]
public bool DetectDevice { get; set; }

Property Value

bool

GprsAutoDisconnect

Автоматический разрыв соединения после опроса.

[NotMapped]
public bool GprsAutoDisconnect { get; set; }

Property Value

bool

GsmProtocol

Протокол обмена в GSM-сети.

public GsmProtocol? GsmProtocol { get; set; }

Property Value

GsmProtocol?

IgnoreTimeDifference

Игнорировать разницу во времени с устройством.

public bool? IgnoreTimeDifference { get; set; }

Property Value

bool?

PerformTimeCorrection

Выполнить коррекцию времени устройства.

public bool? PerformTimeCorrection { get; set; }

Property Value

bool?

ResponseDelay

Задержка ответа. Если 0 - используется значение из свойств устройства.

[NotMapped]
public short ResponseDelay { get; set; }

Property Value

short