Uses of Class
com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCResult
Package | Description |
---|---|
com.mouseviator.fsuipc |
This package contains two main classes that implement the Java FSUIPC SDK.
|
-
Uses of FSUIPCWrapper.FSUIPCResult in com.mouseviator.fsuipc
Fields in com.mouseviator.fsuipc with type parameters of type FSUIPCWrapper.FSUIPCResult Modifier and Type Field Description static java.util.HashMap<FSUIPCWrapper.FSUIPCResult,java.lang.String>
FSUIPC. FSUIPC_ERROR_MESSAGES
A has map with error messages, giving some explanation to FSUIPC result values.Methods in com.mouseviator.fsuipc that return FSUIPCWrapper.FSUIPCResult Modifier and Type Method Description static FSUIPCWrapper.FSUIPCResult
FSUIPCWrapper.FSUIPCResult. get(int value)
ReturnsFSUIPCWrapper.FSUIPCResult
by corresponding int value.FSUIPCWrapper.FSUIPCResult
FSUIPC. getLastResult()
Return the last result from last FSUIPC operation.static FSUIPCWrapper.FSUIPCResult
FSUIPCWrapper.FSUIPCResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FSUIPCWrapper.FSUIPCResult[]
FSUIPCWrapper.FSUIPCResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.