Class X2Configuration
X2 decoder server configuration.
Inherited Members
Namespace: RedMist.TimingCommon.Models.Configuration
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class X2Configuration
Constructors
View SourceX2Configuration()
Declaration
public X2Configuration()
Properties
View SourcePassword
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 |
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 |
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 |