Constructor ControllerActionDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
ControllerActionDetail(long, string, string, JsonElement, JsonElement)
Message for the controller actions.
public ControllerActionDetail(long ControllerId, string Uuid, string Action, JsonElement Param, JsonElement Info)Parameters
ControllerIdlongUuidstringActionstringParamJsonElementInfoJsonElement
Remarks
details_json: {
ctrl_id: number,
uuid: string,
action: string,
param: object,
info: object,
}