TS800SetWiFiSettings Method (String, String) |
Note: This API is now obsolete.
Set target Wi-Fi Access Point SSID and password with DHCP enabled. 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
)
<ObsoleteAttribute>
Public Function SetWiFiSettings (
ssid As String,
password As String
) As Boolean
public:
[ObsoleteAttribute]
bool SetWiFiSettings(
String^ ssid,
String^ password
)
Parameters
- ssid
- Type: SystemString
Target Wi-Fi Access Point SSID. - password
- Type: SystemString
Target Wi-Fi Access Point password.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also