[#JSONRPCRequest-Mode-08c] = xref:JSONRPCRequest.adoc[JSONRPCRequest]::Mode :relfileprefix: ../ :mrdocs: How the request should be handled. == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Mode; ---- == Members [cols="1,4"] |=== | Name| Description | `EXECUTE` | Execute the method normally. | `GET_HELP` | Return the method's help text instead of executing it. | `GET_ARGS` | Return the method's argument specification instead of executing it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#