Uses of Class
com.mouseviator.fsuipc.helpers.LVarHelper.LVarResult
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.LVarResult in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return LVarHelper.LVarResult Modifier and Type Method Description LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, byte lvarValue)
This is helper function to create Lvar.LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, double lvarValue)
This is helper function to create Lvar.LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, float lvarValue)
This is helper function to create Lvar.LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, int lvarValue)
This is helper function to create Lvar.LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, short lvarValue)
This is helper function to create Lvar.LVarHelper.LVarResult
LVarHelper. createLVar(java.lang.String lvar, int lvarValueOffset, java.lang.Object lvarValue, LVarHelper.LVarValueFormat lvarValueFormat)
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, byte lvarValue)
This is helper function to write Lvar.LVarHelper.LVarResult
LVarHelper. writeLVar(java.lang.String lvar, int lvarValueOffset, double lvarValue)
This is helper function to write Lvar.LVarHelper.LVarResult
LVarHelper. writeLVar(java.lang.String lvar, int lvarValueOffset, float lvarValue)
This is helper function to write Lvar.LVarHelper.LVarResult
LVarHelper. writeLVar(java.lang.String lvar, int lvarValueOffset, int lvarValue)
This is helper function to write Lvar.LVarHelper.LVarResult
LVarHelper. writeLVar(java.lang.String lvar, int lvarValueOffset, short lvarValue)
This is helper function to write 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.