TS800SetWiFiSettings Method (String, String, IPAddress, IPAddress, IPAddress) |
Note: This API is now obsolete.
Set target Wi-Fi Access Point SSID and password with DHCP disabled. The reader will try to connect the access point immediately.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax[ObsoleteAttribute]
public bool SetWiFiSettings(
string ssid,
string password,
IPAddress ip,
IPAddress gateway,
IPAddress subnetMask
)
<ObsoleteAttribute>
Public Function SetWiFiSettings (
ssid As String,
password As String,
ip As IPAddress,
gateway As IPAddress,
subnetMask As IPAddress
) As Boolean
public:
[ObsoleteAttribute]
bool SetWiFiSettings(
String^ ssid,
String^ password,
IPAddress^ ip,
IPAddress^ gateway,
IPAddress^ subnetMask
)
Parameters
- ssid
- Type: SystemString
Target Wi-Fi Access Point SSID. - password
- Type: SystemString
Target Wi-Fi Access Point password. - ip
- Type: System.NetIPAddress
Specify reader static IP. - gateway
- Type: System.NetIPAddress
Gateway address. - subnetMask
- Type: System.NetIPAddress
Subnet Mask.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also