Table of Contents

Constructor ControllerActionDetail

Namespace
MaaFramework.Binding.Notification
Assembly
MaaFramework.Binding.Extensions.dll

ControllerActionDetail(int, string, string, JsonElement, JsonElement)

Message for the controller actions.

public ControllerActionDetail(int ControllerId, string Uuid, string Action, JsonElement Param, JsonElement Info)

Parameters

ControllerId int
Uuid string
Action string
Param JsonElement
Info JsonElement

Remarks

details_json: { ctrl_id: number, uuid: string, action: string, param: object, info: object, }