WiFiSettingsSSID Property |
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.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic string SSID { get; set; }
Public Property SSID As String
Get
Set
public:
property String^ SSID {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The Wi-Fi AP SSID.
See Also