Datalogic .NET SDK
DeleteConfig (Method)
Syntax
public static void DeleteConfig(String name)
Description
Deletes a profile by name
Throws
WiFiException on error.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
String |
name |
Name of the profile to be deleted |
Example
try { WiFi.DeleteConfig("MyNetwork"); } catch (WiFiException ex) { Debug.WriteLine("error code: " + ex.ErrorCode); }
|
Supported devices: Skorpio X4, Falcon X4
See Also
Copyright © Datalogic ADC. All Right Reserved