Datalogic .NET SDK

DeleteConfig (Method)

 

Syntax

 

public static void DeleteConfig(String name)

 

 

Class                           : WiFi

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

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);

   }

 

 

Remarks

Supported devices: Skorpio X4, Falcon X4

 

See Also

WiFi (Class), Example #43.

 

 

Copyright © Datalogic ADC. All Right Reserved