RedMist
Search Results for

    Show / Hide Table of Contents

    Class X2Configuration

    X2 decoder server configuration.

    Inheritance
    object
    X2Configuration
    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.Configuration
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class X2Configuration

    Constructors

    View Source

    X2Configuration()

    Declaration
    public X2Configuration()

    Properties

    View Source

    Password

    Gets or sets the password for authenticating with the X2 decoder server. Maximum length: 128 characters.

    Declaration
    [Key(1)]
    [MaxLength(128)]
    public string Password { get; set; }
    Property Value
    Type Description
    string
    View Source

    Server

    Gets or sets the server address or hostname for the X2 decoder server. Maximum length: 128 characters.

    Declaration
    [Key(2)]
    [MaxLength(128)]
    public string Server { get; set; }
    Property Value
    Type Description
    string
    View Source

    Username

    Gets or sets the username for authenticating with the X2 decoder server. Maximum length: 128 characters.

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