Home docs nex protocols Utility (110)
Post

Utility (110)

To view the old version of the Utility protocol, check Storage Manager.

Extended protocols

The following games have additional methods in the utility protocol:

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

Methods

(1) AcquireNexUniqueId

Request

This method does not take any parameters.

Response

TypeName
Uint64pNexUniqueId

(2) AcquireNexUniqueIdWithPassword

Request

This method does not take any parameters.

Response

TypeName
UniqueIdInfopNexUniqueIdInfo

(3) AssociateNexUniqueIdWithMyPrincipalId

Request

TypeName
UniqueIdInfouniqueIdInfo

Response

This method does not return anything.

(4) AssociateNexUniqueIdsWithMyPrincipalId

Request

TypeName
List<UniqueIdInfo>uniqueIdInfo

Response

This method does not return anything.

(5) GetAssociatedNexUniqueIdWithMyPrincipalId

Request

This method does not take any parameters.

Response

TypeName
UniqueIdInfopUniqueIdInfo

(6) GetAssociatedNexUniqueIdsWithMyPrincipalId

Request

This method does not take any parameters.

Response

TypeName
List<UniqueIdInfo>pUniqueIdInfo

(7) GetIntegerSettings

Request

TypeName
Uint32integerSettingIndex

Response

TypeName
Map<Uint16, Sint32>integerSettings

(8) GetStringSettings

Request

TypeName
Uint32stringSettingIndex

Response

TypeName
Map<Uint16, String>stringSettings

Types

UniqueIdInfo (Structure)

TypeName
Uint64nexUniqueId
Uint64nexUniqueIdPassword
Contents