Datalogic .NET SDK
GetActiveConfig (Method)
Syntax
public static String GetActiveConfig()
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); }
|
Supported devices: Skorpio X4, Falcon X4
See Also
Copyright © Datalogic ADC. All Right Reserved