Methods
(1) UnknownMethod0x1
Request
This method does not take any parameters.
Response
(2) UnknownMethod0x2
Request
Response
This method does not return anything.
(3) ReportRatingStats
Request
Response
This method does not return anything.
(4) GetRanking
This returns ranking data belonging to the caller, with no filters.
Request
Type | Name |
---|
Uint32 | category |
Uint64 | uniqueId |
PID | principalId |
Response
(5) DeleteScore
Request
Type | Name |
---|
Uint32 | category |
Uint64 | uniqueId |
Response
This method does not return anything.
(7) UploadCommonData
Request
Type | Name |
---|
Buffer | commonData |
Uint64 | uniqueId |
Response
This method does not return anything.
(8) GetCommonData
Request
Response
Types
RatingSessionToken (Structure)
Type | Description |
---|
Uint64 | Unknown (1) |
qBuffer | Unknown (2) |
Type | Description |
---|
PID | Principal ID |
Uint64 | Unique ID |
Uint32 | Flags |
Uint32 | Category |
qBuffer | Report data |
List<Float> | Values |
The information for this structure is populated by the following function:
1
| NetLib::P2P::NexRatingClient::SetReportStatusInfo(NetLib::P2P::NexRatingClient::REPORT_SLOT_ID, unsigned int, unsigned long long, unsigned int, nn::nex::RatingStatsFlags::RatingStatsFlags, NetLib::P2P::NexRatingClient::REPORT_RATE, void const*, unsigned int, BtlRecordResult2)
|
The values list contains two entries, the first one being related to the REPORT_RATE
and the second one related to BtlRecordResul2
. What these values mean is unknown.
Type | Description |
---|
PID | Principal ID |
Uint64 | Unique ID |
Uint32 | Order |
Uint32 | Category |
Uint32 | Score |
Uint32 | Unknown (1) |
Uint32 | Unknown (2) |
Uint32 | Unknown (3) |
Buffer | Common data |
DateTime | Update time |