Datalogic .NET SDK

GetActiveConfig (Method)

 

Syntax

 

public static String GetActiveConfig()

 

 

Class                           : WiFi

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

Description

Gets the name of the active profile (i.e. config)

 

Return

Name of the active profile.

 

Throws

WiFiException on error.

 

Example

 

   try

   {

       String activeConfig = WiFi.GetActiveConfig();

   }

   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