Table of Contents

Class WifiHotspot

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

WifiHotspot is used to configure WiFi hotspot settings on telematics devices.

public class WifiHotspot : VehicleConfiguration<WifiHotspotData>, IEntity, IComparable, IIdentifiable, IVersion, IDeviceProvider
Inheritance
WifiHotspot
Implements
Inherited Members

Remarks

WifiHotspot can be configured only if user accepted WiFi EULA. Otherwise it throws an exception.

Constructors

WifiHotspot()

Initializes a new instance of the WifiHotspot class.

public WifiHotspot()

WifiHotspot(Id?, long?, Device?, WifiHotspotData?)

Initializes a new instance of the WifiHotspot class.

public WifiHotspot(Id? id, long? version, Device? device, WifiHotspotData? configurationData)

Parameters

id Id

The Id.

version long?

The version.

device Device

The device.

configurationData WifiHotspotData

The configuration data.

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.