Method SetOption<T>
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
SetOption<T>(ControllerOption, T)
Sets value to an option.
public bool SetOption<T>(ControllerOption opt, T value)Parameters
optControllerOption-
The option.
valueT-
The value.
Returns
Type Parameters
T-
The type specified by the
opt(see remarks of enumerations).
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerSetOption(System.IntPtr,System.Int32,System.Byte[],System.UInt64).
Exceptions
- ArgumentNullException
- NotSupportedException
-
The
optorvalueis not supported.