Table of Contents

Interface IVehicleConfigurationData

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

The interface for implementing VehicleConfigurationData.

public interface IVehicleConfigurationData

Properties

Data

Gets or sets the raw Data of the Vehicle Configuration.

string? Data { get; set; }

Property Value

string

The Vehicle Configuration Data.

Version

Gets or sets the encryption version of the Vehicle Configuration Data.

EncryptionType? Version { get; set; }

Property Value

EncryptionType?

The encryption version of the Vehicle Configuration Data.