Class WifiHotspotData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Parameters for WiFi hotspot.
public class WifiHotspotData : IVehicleConfigurationData
- Inheritance
-
WifiHotspotData
- Implements
- Inherited Members
Constructors
WifiHotspotData()
Initializes a new instance of the WifiHotspotData class.
public WifiHotspotData()
WifiHotspotData(string?, string?, long?)
Initializes a new instance of the WifiHotspotData class.
public WifiHotspotData(string? ssid, string? password, long? rateLimitKbps = 0)
Parameters
Properties
Data
Gets or sets the raw Data of the Vehicle Configuration.
public string? Data { get; set; }
Property Value
Password
Gets or sets the WiFi password.
public string? Password { get; set; }
Property Value
RateLimitKbps
Gets or sets the Rate Limit in Kbs.
public long? RateLimitKbps { get; set; }
Property Value
Ssid
Gets or sets the WiFi SSID.
public string? Ssid { get; set; }
Property Value
Version
Gets or sets the encryption version of the Vehicle Configuration Data.
public EncryptionType? Version { get; set; }
Property Value
- EncryptionType?
The encryption version of the Vehicle Configuration Data.