Datalogic .NET SDK
SDCConfig (Struct)
Syntax
[StructLayout(LayoutKind.Sequential)]
public struct SDCConfig
Namespace : Datalogic.API
Assembly : Datalogic.API.DLL
Overview
Standard connection configuration struct for WPA-PSK, WPA2-PSK, WEP, and Open profiles. Also serves as a base set of configurations for all EAP profiles. Used by StandardWiFiConfig class.
Public Members |
Description |
Authentication AuthType |
Authentication type |
Encryption Encr |
Encryption type |
EapTypes EapType |
EAP type of the configuration. Only valid for EAP profiles. |
IntPtr EAPPtr |
Points to a struct of the desired EAP method type. Do not try to modify this yourself. The WiFi.AddConfig method will fill this in for you. |
Public properties (get + set) |
Description |
String ConfigName |
Name of the Wi-Fi configuration (profile name) |
String SSID |
SSID of the configuration |
String PSK |
For WPA-PSK and WPA2-PSK profiles: passkey field. This maps to the CRYPT PSK field in the C SDCConfig struct |
UInt32 WepKeyIndex |
For WEP profiles: WEP key index used to encrypt data |
String WepKey |
For WEP profiles: WEP key (5 or 13 ASCII characters or 10 or 26 hex characters) |
bool PmkCache |
For EAP profiles: Use Pairwise Master Key (PMK) caching? Allows authenticating clients can skip EAP exchange while roaming between access points.
|
bool Cckm |
For EAP profiles: Use Cisco Centralized Key Management (CCKM) Fast Roaming?
|
bool Broadcast |
Broadcast determines if hidden networks are allowed
|
bool Enabled |
Enabled determines if configuration is enabled for activation. If there is more than one Wi-Fi configuration enabled, the device will automatically connect to the configuration with the "best" signal. true = enabled for activation. false = not enabled for activation |
Copyright © Datalogic ADC. All Right Reserved