Uses of Class
com.mouseviator.fsuipc.helpers.MacroHelper.MacroParamRequest
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 MacroHelper.MacroParamRequest in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return MacroHelper.MacroParamRequest Modifier and Type Method Description MacroHelper.MacroParamRequest
MacroHelper.MacroResult. getParamRequest()
Methods in com.mouseviator.fsuipc.helpers with parameters of type MacroHelper.MacroParamRequest Modifier and Type Method Description void
MacroHelper.MacroResult. setParamRequest(MacroHelper.MacroParamRequest paramRequest)
Sets the macro parameter request.Constructors in com.mouseviator.fsuipc.helpers with parameters of type MacroHelper.MacroParamRequest Constructor Description MacroResult(MacroHelper.MacroExecuteRequest macroExecuteRequest, MacroHelper.MacroParamRequest paramRequest)
Constructs new MacroResult with reference to the data requests for macro execution.