Uses of Class
com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
Package | Description |
---|---|
com.mouseviator.fsuipc.helpers |
This package (and sub-packages) contains helper classes to get data requests for use with
FSUIPC class to gather various sim data. |
-
Uses of LuaHelper.LuaControlRequestCommand in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return LuaHelper.LuaControlRequestCommand Modifier and Type Method Description static LuaHelper.LuaControlRequestCommand
LuaHelper.LuaControlRequestCommand. get(java.lang.String value)
ReturnsLVarHelper.LVarControlRequestCommand
by corresponding string value.LuaHelper.LuaControlRequestCommand
LuaHelper.LuaControlRequest. getCommand()
Returns the command this control request is set to perform.static LuaHelper.LuaControlRequestCommand
LuaHelper.LuaControlRequestCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LuaHelper.LuaControlRequestCommand[]
LuaHelper.LuaControlRequestCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mouseviator.fsuipc.helpers with parameters of type LuaHelper.LuaControlRequestCommand Modifier and Type Method Description LuaHelper.LuaResult
LuaHelper. luaRequest(java.lang.String luaProgram, int luaParam, LuaHelper.LuaControlRequestCommand luaCommand)
This function will construct data requests required by FSUIPC to perform given operation with given lua program.LuaHelper.LuaResult
LuaHelper. luaRequest(java.lang.String luaProgram, int luaParam, LuaHelper.LuaControlRequestCommand luaCommand, FSUIPC fsuipc, boolean continual)
This function will construct data requests required by FSUIPC to perform given operation with given lua program.void
LuaHelper.LuaControlRequest. setCommand(LuaHelper.LuaControlRequestCommand command)
This method will set the command - what should FSUIPC do with the Lvar this control request is referencing.Constructors in com.mouseviator.fsuipc.helpers with parameters of type LuaHelper.LuaControlRequestCommand Constructor Description LuaControlRequest(LuaHelper.LuaControlRequestCommand command, java.lang.String luaProgram)
Constructs new lua control request to perform specified command with specified lua program.LuaControlRequest(LuaHelper.LuaControlRequestCommand command, java.lang.String luaProgram, java.nio.charset.Charset charset)
Constructs new lua control request to perform specified command with specified lua program.