Uses of Class
com.mouseviator.fsuipc.FSUIPCWrapper.LogSeverity
Package | Description |
---|---|
com.mouseviator.fsuipc |
This package contains two main classes that implement the Java FSUIPC SDK.
|
-
Uses of FSUIPCWrapper.LogSeverity in com.mouseviator.fsuipc
Methods in com.mouseviator.fsuipc that return FSUIPCWrapper.LogSeverity Modifier and Type Method Description static FSUIPCWrapper.LogSeverity
FSUIPCWrapper.LogSeverity. get(byte value)
ReturnsFSUIPCWrapper.LogSeverity
by corresponding int value.static FSUIPCWrapper.LogSeverity
FSUIPCWrapper.LogSeverity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FSUIPCWrapper.LogSeverity[]
FSUIPCWrapper.LogSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.