Table of Contents

Interface IHOSDevice

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

Models the properties of an entity that supports HOS.

public interface IHOSDevice

Properties

AutoHos

Gets or sets a toggle that represents automatic generation of DutyStatusLogs for a Device.

HosOption? AutoHos { get; set; }

Property Value

HosOption?

HosOption

DisableSleeperBerth

Gets or sets a value indicating whether the SB option will be available when adding logs or changing driver's status

bool? DisableSleeperBerth { get; set; }

Property Value

bool?

A bool value.