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 ScanModeHidServicesSpecification. scanModeMethods in org.hid4java that return ScanMode Modifier and Type Method Description ScanModeHidServicesSpecification. getScanMode()static ScanModeScanMode. 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 voidHidServicesSpecification. setScanMode(ScanMode scanMode)
-