Uses of Enum Class
org.hid4java.ScanMode
Packages that use ScanMode
-
Uses of ScanMode in org.hid4java
Subclasses with type arguments of type ScanMode in org.hid4javaModifier and TypeClassDescriptionenumProvide a collection of different device enumeration scanning modes so that device attach/detach events can be generated.Fields in org.hid4java declared as ScanModeMethods in org.hid4java that return ScanModeModifier and TypeMethodDescriptionHidServicesSpecification.getScanMode()static ScanModeReturns the enum constant of this class with the specified name.static ScanMode[]ScanMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hid4java with parameters of type ScanMode