Table of Contents

Class EquipmentLastPollSessionState

Namespace
Lers.Core
Assembly
Lers.System.dll

Параметры последнего сеанса связи с устройством.

public class EquipmentLastPollSessionState
Inheritance
EquipmentLastPollSessionState
Inherited Members
Extension Methods

Properties

EndDate

Дата окончания последнего сеанса связи

public DateTime EndDate { get; }

Property Value

DateTime

Result

Результат последнего сеанса связи

public PollError Result { get; }

Property Value

PollError

SessionErrorCount

Количество ошибок в последней сессии

public int SessionErrorCount { get; }

Property Value

int