WiFiSettings Constructor (String, String, IPAddress, IPAddress, IPAddress) |
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic WiFiSettings(
string ssid,
string password,
IPAddress staticIP,
IPAddress subnetMask,
IPAddress gateway
)
Public Sub New (
ssid As String,
password As String,
staticIP As IPAddress,
subnetMask As IPAddress,
gateway As IPAddress
)
public:
WiFiSettings(
String^ ssid,
String^ password,
IPAddress^ staticIP,
IPAddress^ subnetMask,
IPAddress^ gateway
)
Parameters
- ssid
- Type: SystemString
The Wi-Fi AP SSID. - password
- Type: SystemString
The Wi-Fi AP password. - staticIP
- Type: System.NetIPAddress
The reader static ip. - subnetMask
- Type: System.NetIPAddress
The reader subnet mask. - gateway
- Type: System.NetIPAddress
The reader gateway.
See Also