-
Notifications
You must be signed in to change notification settings - Fork 68
Debug Protocol
Yannik Marchand edited this page Feb 11, 2021
·
4 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 | Unknown |
DateTime | Unknown |
Type | Description |
---|---|
List<ApiCall> | Api calls |
ApiCall (Structure)
Type | Description |
---|---|
String | Method name |
DateTime | Call time |
PID | User id |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages