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

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)