Datalogic .NET SDK
StandardWiFiConfig (Class)
Syntax
public class StandardWiFiConfig
Namespace : Datalogic.API
Assembly : Datalogic.API.DLL
Overview
Standard Wi-Fi configuration class.
Public Members |
Description |
SDCConfig Base |
Standard connection configuration struct |
Public Constructors |
Description |
StandardWiFiConfig() |
Default constructor. The constructor assigns these default values:
Base.ConfigName = ""; Base.SSID = ""; Base.AuthType = Authentication.Open; Base.Encr = Encryption.None; Base.PSK = new Crypt(0); Base.EapType = (EapTypes)0; ; // hardcoded, not used by std. config Base.PmkCache = false; // hardcoded, not used by std. config Base.Cckm = false; // hardcoded, not used by std. config Base.EAPPtr = (IntPtr)0; // hardcoded, not used by std. config Base.SDCReserved2 = 0; Base.Broadcast = true;
|
Copyright © Datalogic ADC. All Right Reserved