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
IdThe Id.
version
long?The version.
device
DeviceThe device.
configurationData
WifiHotspotDataThe 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.