RedMist
Search Results for

    Show / Hide Table of Contents

    Class ControlLogStatistics

    Represents statistics and status information for a control log connection typically used by the relay service.

    Inheritance
    object
    ControlLogStatistics
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedMist.TimingCommon.Models
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class ControlLogStatistics

    Constructors

    View Source

    ControlLogStatistics()

    Declaration
    public ControlLogStatistics()

    Properties

    View Source

    IsConnected

    Control log is connected.

    Declaration
    [Key(0)]
    public bool IsConnected { get; set; }
    Property Value
    Type Description
    bool
    View Source

    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
    View Source

    TotalEntries

    Number of entries in the control log.

    Declaration
    [Key(1)]
    public int TotalEntries { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring