Interface IObdAlertDevice
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for device that supports ObdAlertEnabled property
public interface IObdAlertDevice
Properties
ObdAlertEnabled
Gets or sets the toggle to enable manufacturer OBD port audible alert. When disabled [false], provides full data access without risk of the alert sounding. Default [false].
bool? ObdAlertEnabled { get; set; }