Uses of Class
org.hid4java.ScanMode
-
Packages that use ScanMode Package Description org.hid4java -
-
Uses of ScanMode in org.hid4java
Fields in org.hid4java declared as ScanMode Modifier and Type Field Description private ScanMode
HidServicesSpecification. scanMode
Methods in org.hid4java that return ScanMode Modifier and Type Method Description ScanMode
HidServicesSpecification. getScanMode()
static ScanMode
ScanMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScanMode[]
ScanMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hid4java with parameters of type ScanMode Modifier and Type Method Description void
HidServicesSpecification. setScanMode(ScanMode scanMode)
-