Uses of Class
com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequestCommand
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 LVarHelper.LVarControlRequestCommand in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return LVarHelper.LVarControlRequestCommand Modifier and Type Method Description static LVarHelper.LVarControlRequestCommand
LVarHelper.LVarControlRequestCommand. get(java.lang.String value)
ReturnsLVarHelper.LVarControlRequestCommand
by corresponding int value.LVarHelper.LVarControlRequestCommand
LVarHelper.LVarControlRequest. getCommand()
Returns the command this control request is set to perform.static LVarHelper.LVarControlRequestCommand
LVarHelper.LVarControlRequestCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LVarHelper.LVarControlRequestCommand[]
LVarHelper.LVarControlRequestCommand. 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 LVarHelper.LVarControlRequestCommand Modifier and Type Method Description void
LVarHelper.LVarControlRequest. setCommand(LVarHelper.LVarControlRequestCommand 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 LVarHelper.LVarControlRequestCommand Constructor Description LVarControlRequest(LVarHelper.LVarControlRequestCommand command, java.lang.String lvar)
Constructs new Lvar control request to read/write to/create given Lvar.LVarControlRequest(LVarHelper.LVarControlRequestCommand command, java.lang.String lvar, java.nio.charset.Charset charset)
Constructs new Lvar control request to read/write to/create given Lvar.