Click or drag to resize

WiFiSettings Class

Wi-Fi Settings.
Inheritance Hierarchy
SystemObject
  com.gigatms.ParametersWiFiSettings

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class WiFiSettings

The WiFiSettings type exposes the following members.

Constructors
  NameDescription
Public methodWiFiSettings
Initializes a new instance of the WiFiSettings class.
Public methodWiFiSettings(String, String)
Initializes a new instance of the WiFiSettings class.
Public methodWiFiSettings(String, String, IPAddress, IPAddress, IPAddress)
Initializes a new instance of the WiFiSettings class.
Top
Properties
  NameDescription
Public propertyDHCPEnabled
Gets or sets a value indicating whether DHCP is enabled.
Public propertyGateway
Gets or sets the gateway.
Public propertyPassword
Public propertySSID
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.
Public propertyStaticIP
Gets or sets the static IP.
Public propertySubnetMask
Gets or sets the subnet mask.
Top
See Also