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