Uses of Class
com.mouseviator.fsuipc.helpers.LVarHelper.LVarValueFormat
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.LVarValueFormat in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return LVarHelper.LVarValueFormat Modifier and Type Method Description static LVarHelper.LVarValueFormat
LVarHelper.LVarValueFormat. get(int value)
ReturnsLVarHelper.LVarValueFormat
by corresponding int value.static LVarHelper.LVarValueFormat
LVarHelper.LVarValueFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LVarHelper.LVarValueFormat[]
LVarHelper.LVarValueFormat. 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.LVarValueFormat Modifier and Type Method Description LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, java.lang.Object lvarValue, LVarHelper.LVarValueFormat lvarValueFormat)
This is helper function to create Lvar.boolean
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, java.lang.Object lvarValue, LVarHelper.LVarValueFormat lvarValueFormat, FSUIPC fsuipc)
This is helper function to create Lvar.LVarHelper.LVarResult
LVarHelper. readLVar(java.lang.String lvar, int targetOffset, LVarHelper.LVarValueFormat lvarValueFormat)
This is helper function to read Lvar.LVarHelper.LVarResult
LVarHelper. readLVar(java.lang.String lvar, int targetOffset, LVarHelper.LVarValueFormat lvarValueFormat, FSUIPC fsuipc, boolean continual)
This is helper function to read Lvar.LVarHelper.LVarResult
LVarHelper. writeLVar(java.lang.String lvar, int lvarValueOffset, java.lang.Object lvarValue, LVarHelper.LVarValueFormat lvarValueFormat)
This is helper function to write Lvar.boolean
LVarHelper. writeLVar(java.lang.String lvar, int lvarValueOffset, java.lang.Object lvarValue, LVarHelper.LVarValueFormat lvarValueFormat, FSUIPC fsuipc, boolean continual)
This is helper function to write Lvar.