-
-
Notifications
You must be signed in to change notification settings - Fork 90
Debug Protocol
Yannik Marchand edited this page Apr 28, 2026
·
5 revisions
NEX Protocols > Debug (116)
This protocol seems to log your RMC requests.
| Method ID | Method Name |
|---|---|
| 1 | EnableApiRecorder |
| 2 | DisableApiRecorder |
| 3 | IsApiRecorderEnabled |
| 4 | GetApiCalls |
| 5 | SetExcludeJoinedMatchmakeSession |
| 6 | GetExcludeJoinedMatchmakeSession |
| 7 | GetApiCallSummary |
This method does not take any parameters and does not return anything.
This method does not take any parameters and does not return anything.
This method does not take any parameters.
| Type | Description |
|---|---|
| Bool | True if the api recorder is enabled |
This method returns RendezVous::InvalidConfiguration if the api recorder is disabled.
| Type | Description |
|---|---|
| List<PID> | Pids |
| DateTime | Start time |
| DateTime | End time |
| Type | Description |
|---|---|
| List<ApiCall> | Api calls |
ApiCall (Structure)
| Type | Description |
|---|---|
| String | Method name |
| DateTime | Call time |
| PID | User id |
This method returns RendezVous::InvalidConfiguration if the api recorder is disabled.
| Type | Description |
|---|---|
| PID | Target user to request summaries for |
| DateTime | Start time |
| DateTime | End time |
| Bool | Only includes summaries where the rate limit has been exceeded |
| Type | Description |
|---|---|
| List<ApiCallSummary> | Api call summary |
ApiCallSummary (Structure)
| Type | Description |
|---|---|
| String | Method name |
| Uint32 | Rate limit exceeded (0 or 1) |
| Uint32 | Rate limit duration |
| Uint32 | Rate limit max calls |
| DateTime | Start time |
| Uint32 | Number of calls above rate limit |
| Uint32 | Total number of calls |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages