Interface IContinuousConnectDevice
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for device that supports ContinuousConnect enable property
public interface IContinuousConnectDevice
Properties
IsContinuousConnectEnabled
Gets or sets the toggle to enable manufacturer ContinuousConnect.
bool? IsContinuousConnectEnabled { get; set; }