Skip to content

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

(1) EnableApiRecorder

This method does not take any parameters and does not return anything.

(2) DisableApiRecorder

This method does not take any parameters and does not return anything.

(3) IsApiRecorderEnabled

Request

This method does not take any parameters.

Response

Type Description
Bool True if the api recorder is enabled

(4) GetApiCalls

This method returns RendezVous::InvalidConfiguration if the api recorder is disabled.

Request

Type Description
List<PID> Pids
DateTime Unknown
DateTime Unknown

Response

Type Description
List<ApiCall> Api calls

ApiCall (Structure)

Type Description
String Method name
DateTime Call time
PID User id
Clone this wiki locally