Datalogic .NET SDK
WiFiGlobalSettings (Class)
Syntax
public class WiFiGlobalSettings
Namespace : Datalogic.API
Assembly : Datalogic.API.DLL
Overview
Use to get and set all global roaming, background scan, etc. values
Public Constructors |
|
WiFiGlobalSettings() |
Default constructor. |
Public Properties |
|
|
GlobalSettings |
CfgStruct |
Get and set the internal struct used for marshaling between DotNet and C SDK. Although property is public, it is not generally useful outside the class and should be only used internally by WiFi class methods. |
int |
RoamRssiThreshold |
Roaming RSSI Threshold, in dBm. Value must be between SizeConsts.RoamRssiThresholdMin and SizeConsts.RoamRssiThresholdMax. Cannot be greater than BgScanLevel. |
UInt32 |
RoamRetryThreshold |
Roaming Retry Threshold, number of retries. Value must be between SizeConsts.RoamRetryThresholdMin and SizeConsts.RoamRetryThresholdMax. |
UInt32 |
RoamMinConnTime |
Roaming Minimum Connection Time, in seconds. Value must be between SizeConsts.RoamMinConnTimeoutMin and SizeConsts.RoamMaxConnTimeoutMax. |
int |
RoamRssiDiff |
Roaming RSSI Difference, in dBm. Value must be between SizeConsts.RoamRssiDiffMin and SizeConsts.RoamRssiDiffMax. |
int |
BgScanLevel |
Background Scan Level, in dBm. Value must be between SizeConsts.BgScanLevenMin and SizeConsts.BgScanLevelMax. |
UInt32 |
BgScanInterval |
Background Scan Interval, in seconds. Value must be between BGScanIntervalMin and BGScanIntervalMax. |
List<byte> |
ChannelList |
List of enabled channels. Max size is SizeConsts.MaxChannels. |
bool |
CcxEnable |
CCX Enabled boolean |
bool |
CckmEnable |
CCKM Enabled boolean |
PhyMode |
Current Wi-Fi PHY (physical layer) mode |
|
bool |
PowerSaveEnable |
Power Save Enabled boolean |
Inherited from |
|
|
None |
See Also
GetGlobalDefaults (method), GetGlobalSettings (method), SetGlobalSettings (method), SizeConsts (class)
Copyright © Datalogic ADC. All Right Reserved