Table of Contents

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

ssid string

The SSID.

password string

The password.

rateLimitKbps long?

The rate limit in Kbps

Properties

Data

Gets or sets the raw Data of the Vehicle Configuration.

public string? Data { get; set; }

Property Value

string

The Vehicle Configuration Data.

Password

Gets or sets the WiFi password.

public string? Password { get; set; }

Property Value

string

WiFi password.

RateLimitKbps

Gets or sets the Rate Limit in Kbs.

public long? RateLimitKbps { get; set; }

Property Value

long?

WiFi Rate Limit.

Ssid

Gets or sets the WiFi SSID.

public string? Ssid { get; set; }

Property Value

string

WiFi SSID.

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.