Show / Hide Table of Contents

Class EdiBrakeSystemState

The state of the Brake system

Inheritance
System.Object
EdiBrakeSystemState
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiBrakeSystemState : object

Properties

Name

Name of the signal

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SignalId

The signal id

Declaration
public string SignalId { get; set; }
Property Value
Type Description
System.String

Value

The value as number

Declaration
public decimal Value { get; set; }
Property Value
Type Description
System.Decimal
Back to top Generated by DocFX