Class ControlLogStatistics
Represents statistics and status information for a control log connection typically used by the relay service.
Inherited Members
Namespace: RedMist.TimingCommon.Models
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class ControlLogStatistics
Constructors
View SourceControlLogStatistics()
Declaration
public ControlLogStatistics()
Properties
View SourceIsConnected
Control log is connected.
Declaration
[Key(0)]
public bool IsConnected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsStaleWarning
Gets or sets a value indicating whether the log appears to be left over from a previous event.
Declaration
[Key(2)]
public bool IsStaleWarning { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TotalEntries
Number of entries in the control log.
Declaration
[Key(1)]
public int TotalEntries { get; set; }
Property Value
| Type | Description |
|---|---|
| int |