Android Sites
Android.com
Android Open Source Project
Android Reference Documentation
Datalogic.com
close
Style
Patterns
Building Blocks
Downloads
Android Training
API Guides
Reference
Tools
Get the SDK
Google Play
Publishing
Promoting
Open Distribution
Results
Loading...
to top
version 1.
Datalogic APIs
com.datalogic.cradle
com.datalogic.decode
com.datalogic.decode.configuration
com.datalogic.decode.utils
com.datalogic.device
com.datalogic.device.app
com.datalogic.device.battery
com.datalogic.device.configuration
com.datalogic.device.display
com.datalogic.device.info
com.datalogic.device.input
com.datalogic.device.location
com.datalogic.device.nfc
com.datalogic.device.notification
com.datalogic.device.power
com.datalogic.device.wifi
com.datalogic.softspot
Interfaces
ConfigurationChangeListener
PropertyEditor
PropertyGetter
Classes
BlobProperty
BluetoothSilentPairingWhitelisting
BooleanProperty
CharacterProperty
ChargingSourcesFlags
ConfigurationManager
EnumProperty
MultipleChoiceProperty
NumericProperty
ProfileManager
ProfileRuleType
ProfileType
Property
PropertyGroup
PropertyGroupID
PropertyID
QuickSettingsTiles
SerializableBlob
StringArrayBlob
StringSetBlob
SupportedWtApplications
TextProperty
TouchModeFlags
UsbHostWhitelisting
UsbWhitelistedDevice
WifiBandFlags
Enums
AutoScanTriggerRange
BatteryChargingProfilePersistencePolicy
BluetoothSilentPairingWhitelisting.IdentifierType
BTPairingPolicy
CaptivePortalPolicy
ClipboardPolicy
DesktopModePolicy
DeviceNameSuffix
DoNotDisturbPolicy
DualSimPreferredCallsAndSms
DualSimPreferredData
DualSimStatus
LoggerBufferSize
MotionTriggerSensitivity
NotificationPanelPolicy
OffChargingModePolicy
PhysicalKeyboardPolicy
PocketModePolicy
PropertyType
TouchMode
UsbFunction
VirtualRAMSwapPolicy
WhitelistingPersistence
Wifi802Dot11Mode
WifiBandSelection
WifiNoInternetExpected
WifiPowerSave
WifiRoamingProfile
Exceptions
ConfigException
fullscreen
Use Tree Navigation
Use Panel Navigation
Summary:
Constants
|
Inherited Methods
|
[Expand All]
Added in
revision 35
public class
WifiBandFlags
extends Object
java.lang.Object
↳
com.datalogic.device.configuration.WifiBandFlags
Summary
Constants
int
FLAG_24_GHZ
2.4 Ghz band.
int
FLAG_5_GHZ
5 Ghz band.
int
FLAG_6_GHZ
6 Ghz band.
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Constants
public static final int
FLAG_24_GHZ
Added in
revision 35
2.4 Ghz band.
Constant Value:
1 (0x00000001)
public static final int
FLAG_5_GHZ
Added in
revision 35
5 Ghz band.
Constant Value:
2 (0x00000002)
public static final int
FLAG_6_GHZ
Added in
revision 35
6 Ghz band.
Constant Value:
4 (0x00000004)