Table of Contents

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

ControllerId long
Uuid string
Action string
Param JsonElement
Info JsonElement

Remarks

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