Datalogic .NET SDK
GetGlobalDefaults (Method)
Syntax
public static WiFiGlobalSettings GetGlobalDefaults()
Description
Retrieve factory default global setting values.
Return
WiFiGlobalSettings object containing default values.
Throws
WiFiException on error.
Example
WiFiGlobalSettings globals = WiFi.GetGlobalDefaults(); List<byte> channelList = globals.ChannelList; StringBuilder channelsEnabled = new StringBuilder(); for (int i = 0; i < channelList.Count; i++) { channelsEnabled.Append(channelList[i] + ", "); } Console.WriteLine("Channels enabled:" + channelsEnabled);
|
Supported devices: Skorpio X4, Falcon X4
See Also
Copyright © Datalogic ADC. All Right Reserved