Table of Contents

Class TachographDrivingTimeStatus.WeekRest

Namespace
Geotab.Checkmate.ObjectModel.Tachograph
Assembly
Geotab.Checkmate.ObjectModel.dll

Represent the week rest telemetry information.

public class TachographDrivingTimeStatus.WeekRest
Inheritance
TachographDrivingTimeStatus.WeekRest
Inherited Members

Constructors

WeekRest()

public WeekRest()

Properties

Duration

Gets or sets the duration.

public int? Duration { get; set; }

Property Value

int?

int

Nation

Gets or sets the nation.

public string? Nation { get; set; }

Property Value

string

string

Type

Gets or sets the rest type/>.

public string? Type { get; set; }

Property Value

string

string

Remarks

None:This represents a non null type, just for avoid nulls.
DailyQualifying:Qualifying daily rest. Used for daily period reset purposes, always illegal.
DailyReduced:Reduced daily rest.
DailyPartial:Partial rest. This is the first part of DailySplit.
DailySplit:Split rest, precessed by a DailyPartial.
DailyRegular:Regular daily rest.
WeeklyReduced:Reduced weekly rest.
WeeklyRegular:Regular weekly rest.
Unknown:Unknown rest type (Only returned if we can't map the type).