Uses of Class
com.mouseviator.fsuipc.helpers.LVarHelper.LVarParamRequest
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.LVarParamRequest in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return LVarHelper.LVarParamRequest Modifier and Type Method Description LVarHelper.LVarParamRequest
LVarHelper.LVarResult. getParamRequest()
Methods in com.mouseviator.fsuipc.helpers with parameters of type LVarHelper.LVarParamRequest Modifier and Type Method Description void
LVarHelper.LVarResult. setParamRequest(LVarHelper.LVarParamRequest paramRequest)
Sets the parameter request.Constructors in com.mouseviator.fsuipc.helpers with parameters of type LVarHelper.LVarParamRequest Constructor Description LVarResult(LVarHelper.LVarControlRequest controlRequest, LVarHelper.LVarParamRequest paramRequest, IDataRequest resultRequest)
Constructs new LVarResult with reference to the data requests for Lvar manipulation.