Skip to content

Match Making Protocol Ext

Yannik Marchand edited this page Feb 4, 2021 · 6 revisions

NEX Protocols > Match Making Ext (50)

Method ID Method Name
1 EndParticipation
2 GetParticipants
3 GetDetailedParticipants
4 GetParticipantsURLs
5 GetGatheringRelations
6 DeleteFromDeletions

(1) EndParticipation

Request

Type Name
Uint32 idGathering
String strMessage

Response

Type Name
Bool %retval%

(2) GetParticipants

Request

Type Name
Uint32 idGathering
Bool bOnlyActive

Response

Type Name
List<PID> lstParticipants

(3) GetDetailedParticipants

Request

Type Name
Uint32 idGathering
Bool bOnlyActive

Response

Type Name
List<ParticipantDetails> lstParticipants

(4) GetParticipantsURLs

Request

Type Name
List<Uint32> lstGatherings

Response

Type Name
List<GatheringURLs> lstGatheringURLs

(5) GetGatheringRelations

Request

Type Name
Uint32 id
String descr

Response

Type Name
String %retval%

(6) DeleteFromDeletions

Request

Type Name
List<Uint32> lstDeletions
PID pid

Response

This method does not return anything.

Clone this wiki locally