Home docs nex protocols Subscription (117)
Post

Subscription (117)

Extended Protocols

The following games have additional methods in the subscription protocol:

This remainder of this page describes the methods that are not specific to any game.

Methods

(1) CreateMySubscriptionData

Request

TypeDescription
Uint32Unknown
SubscriptionDataParam
BoolUnknown

Response

This method does not return anything.

(2) UpdateMySubscriptionData

Request

TypeDescription
SubscriptionDataParam

Response

This method does not return anything.

(3) ClearMySubscriptionData

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

(4) AddTarget

Request

TypeDescription
List<PID>Targets

Response

This method does not return anything.

(5) DeleteTarget

Request

TypeDescription
List<PID>Targets

Response

This method does not return anything.

(6) ClearTarget

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

(7) GetFriendSubscriptionData

Request

This method does not take any parameters.

Response

TypeDescription
List<SubscriptionData>Friends data

(8) GetTargetSubscriptionData

Request

This method does not take any parameters.

Response

TypeDescription
List<SubscriptionData>Targets data

(9) GetActivePlayerSubscriptionData

Request

TypeDescription
Uint32Unknown
Uint32Unknown
Uint32Unknown

Response

TypeDescription
List<ActivePlayerSubscriptionData>Unknown

(10) GetSubscriptionData

Request

TypeDescription
List<PID>PIDs

Response

TypeDescription
List<SubscriptionData>Data for PIDs

(11) ReplaceTargetAndGetSubscriptionData

Request

TypeDescription
List<PID>New targets

Response

TypeDescription
List<SubscriptionData>Data for PIDs

(12) SetPrivacyLevel

Request

TypeDescription
Uint32Privacy level

Response

This method does not return anything.

(13) GetPrivacyLevel

Request

This method does not take any parameters.

Response

TypeDescription
Uint32Privacy level

Types

SubscriptionData (Structure)

This structure inherits from Data

TypeDescription
PIDPrincipal ID
qBufferUnknown

ActivePlayerSubscriptionData (Structure)

This structure inherits from SubscriptionData

TypeDescription
BoolUnknown
Contents