Show / Hide Table of Contents

Class EdiTrailerTelematics

Telematics data about the trailer

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

Properties

BrakeSystemStates

The state of the brake system

Declaration
public List<EdiBrakeSystemState> BrakeSystemStates { get; set; }
Property Value
Type Description
List<EdiBrakeSystemState>

DoorStates

The state of the doors

Declaration
public List<EdiDoorState> DoorStates { get; set; }
Property Value
Type Description
List<EdiDoorState>

RecordTime

Time the measurement was recorded (Unix UTC Timestamp in milliseconds)

Declaration
public long RecordTime { get; set; }
Property Value
Type Description
System.Int64

Temperatures

The trailer temperature in degree Celsius

Declaration
public List<EdiTemperature> Temperatures { get; set; }
Property Value
Type Description
List<EdiTemperature>
Back to top Generated by DocFX