Table of Contents

Interface IDeviceProvider

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

The interface that is used to retrieve Device value from an object that implements this interface.

public interface IDeviceProvider

Properties

Device

Gets the device.

Device? Device { get; }

Property Value

Device

Device