Home docs nex protocols Storage Manager (110)
Post

Storage Manager (110)

This protocol is the predecessor of the Utility protocol. It was replaced on NEX 3.0.0.

Unique IDs are linked to either a user or a card ID. Each user or card ID has 5 zero-indexed slots for unique IDs, and they can’t be assigned any more.

Card IDs were introduced in NEX 2, and a user can use as much card IDs as they like. Card IDs aren’t user-specific, but if a user tries to use a card ID given to another user, they will get assigned 5 new slots for unique IDs on the card ID, without altering the slots of the original user.

Methods

(1) AcquireNexUniqueId

Request

TypeDescription
Uint8Slot

Response

TypeDescription
Uint32Unique ID
BoolFirst time

(2) NexUniqueIdToPrincipalId

Request

TypeDescription
Uint32Unique ID

Response

TypeDescription
PIDPrincipal ID

(4) AcquireCardId

Request

This method does not take any parameters.

Response

TypeDescription
Uint64Card ID

(5) ActivateWithCardId

Request

TypeDescription
Uint8Slot
Uint64Card ID

Response

TypeDescription
Uint32Unique ID
BoolFirst time
Contents