WiFiSettings Class |
Namespace: com.gigatms.Parameters
The WiFiSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| WiFiSettings |
Initializes a new instance of the WiFiSettings class.
| |
| WiFiSettings(String, String) |
Initializes a new instance of the WiFiSettings class.
| |
| WiFiSettings(String, String, IPAddress, IPAddress, IPAddress) |
Initializes a new instance of the WiFiSettings class.
|
| Name | Description | |
|---|---|---|
| DHCPEnabled |
Gets or sets a value indicating whether DHCP is enabled.
| |
| Gateway |
Gets or sets the gateway.
| |
| Password |
Gets or sets the Wi-Fi AP password.
The password can not be read when calling TS100.GetWiFiSettings, TS800.GetWiFiSettings.
| |
| SSID |
Gets or sets target Wi-Fi AP SSID that you want reader to connect.
The SSID can not be read when calling TS100.GetWiFiSettings, TS800.GetWiFiSettings.
| |
| StaticIP |
Gets or sets the static IP.
| |
| SubnetMask |
Gets or sets the subnet mask.
|