Datalogic .NET SDK
ActivateConfig (Method)
Syntax
public static void EnableConfig(String name, bool enable);
Description
Enables a configuration profile by name
Throws
WiFiException on error.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
String |
name |
Name of the profile (i.e. config) to enable |
[in] |
bool |
enable |
New enabled state for the profile (true = enabled, false = disabled) |
Example
try { WiFi.EnableConfig("MyNetwork", true); } catch (WiFiException ex) { Debug.WriteLine("error code: " + ex.ErrorCode); }
|
Supported devices: Skorpio X4, Falcon X4
See Also
Copyright © Datalogic ADC. All Right Reserved