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
| Type | Name |
|---|
| Uint64 | pNexUniqueId |
(2) AcquireNexUniqueIdWithPassword
Request
This method does not take any parameters.
Response
(3) AssociateNexUniqueIdWithMyPrincipalId
Request
Response
This method does not return anything.
(4) AssociateNexUniqueIdsWithMyPrincipalId
Request
Response
This method does not return anything.
(5) GetAssociatedNexUniqueIdWithMyPrincipalId
Request
This method does not take any parameters.
Response
(6) GetAssociatedNexUniqueIdsWithMyPrincipalId
Request
This method does not take any parameters.
Response
(7) GetIntegerSettings
Request
| Type | Name |
|---|
| Uint32 | integerSettingIndex |
Response
| Type | Name |
|---|
| Map<Uint16, Sint32> | integerSettings |
(8) GetStringSettings
Request
| Type | Name |
|---|
| Uint32 | stringSettingIndex |
Response
Types
| Type | Name |
|---|
| Uint64 | nexUniqueId |
| Uint64 | nexUniqueIdPassword |