-
Notifications
You must be signed in to change notification settings - Fork 68
Data Store Protocol (Pokemon Bank)
Yannik Marchand edited this page Feb 21, 2022
·
3 revisions
NEX Protocols > Data Store > Pokemon Bank (115)
This page describes the methods that are only seen in Pokemon Bank.
Method ID | Method Name |
---|---|
40 | PrepareUploadPokemon |
41 | UploadPokemon |
42 | SearchPokemon |
43 | PrepareTradePokemon |
44 | TradePokemon |
45 | DownloadOtherPokemon |
46 | DownloadMyPokemon |
47 | DeletePokemon |
48 | GetTransactionParam |
49 | PreparePostBankObject |
50 | CompletePostBankObject |
51 | PrepareGetBankObject |
52 | PrepareUpdateBankObject |
53 | CompleteUpdateBankObject |
54 | RollbackBankObject |
55 | GetUnlockKey |
56 | RequestMigration |
57 | GetMigrationStatus |
This method does not take any parameters.
Type | Name |
---|---|
GlobalTradeStationRecordKey | pRecordKey |
Type | Name |
---|---|
GlobalTradeStationUploadPokemonParam | param |
This method does not return anything.
Type | Name |
---|---|
GlobalTradeStationSearchPokemonParam | param |
Type | Name |
---|---|
GlobalTradeStationSearchPokemonResult | pResult |
Type | Name |
---|---|
GlobalTradeStationPrepareTradePokemonParam | param |
Type | Name |
---|---|
GlobalTradeStationPrepareTradePokemonResult | pResult |
Type | Name |
---|---|
GlobalTradeStationTradePokemonParam | param |
Type | Name |
---|---|
GlobalTradeStationTradePokemonResult | pResult |
Type | Name |
---|---|
GlobalTradeStationDownloadOtherPokemonParam | param |
Type | Name |
---|---|
GlobalTradeStationTradePokemonResult | pResult |
Type | Name |
---|---|
GlobalTradeStationDownloadMyPokemonParam | param |
Type | Name |
---|---|
GlobalTradeStationDownloadMyPokemonResult | pResult |
Type | Name |
---|---|
GlobalTradeStationDeletePokemonParam | param |
This method does not return anything.
Type | Name |
---|---|
Uint16 | slotId |
Type | Name |
---|---|
BankTransactionParam | pTransactionParam |
Uint32 | pStatus |
Uint16 | pApplicationId |
Type | Name |
---|---|
Uint16 | slotId |
Uint32 | size |
Type | Name |
---|---|
DataStoreReqPostInfo | pReqPostInfo |
Type | Name |
---|---|
DataStoreCompletePostParam | param |
This method does not return anything.
Type | Name |
---|---|
Uint16 | slotId |
Uint16 | applicationId |
Type | Name |
---|---|
BankTransactionParam | pTransactionParam |
DataStoreReqGetInfo | pReqGetInfo |
Type | Name |
---|---|
BankTransactionParam | transactionParam |
Type | Name |
---|---|
BankTransactionParam | pTransactionParam |
DataStoreReqUpdateInfo | pReqUpdateInfo |
Type | Name |
---|---|
Uint16 | slotId |
BankTransactionParam | transactionParam |
Bool | isForce |
This method does not return anything.
Type | Name |
---|---|
Uint16 | slotId |
BankTransactionParam | transactionParam |
Bool | isForce |
This method does not return anything.
Type | Name |
---|---|
Uint32 | challengeValue |
Type | Name |
---|---|
List<Uint32> | pUnlockKeyList |
Type | Name |
---|---|
String | oneTimePassword |
List<Uint32> | boxes |
Type | Name |
---|---|
Uint32 | detailCode |
This method does not take any parameters.
Type | Name |
---|---|
BankMigrationInfo | pInfo |
Uint32 | detailCode |
GlobalTradeStationRecordKey (Structure)
Type | Name |
---|---|
Uint64 | dataId |
Uint64 | password |
GlobalTradeStationUploadPokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
Uint16 | period |
qBuffer | indexData |
qBuffer | pokemonData |
qBuffer | signature |
GlobalTradeStationSearchPokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
List<Uint32> | conditions |
Uint8 | resultOrderColumn |
Uint8 | resultOrder |
DateTime | uploadedAfter |
DateTime | uploadedBefore |
ResultRange | resultRange |
GlobalTradeStationSearchPokemonResult (Structure)
Type | Name |
---|---|
Uint32 | totalCount |
List<GlobalTradeStationData> | result |
Uint8 | totalCountType |
GlobalTradeStationTradePokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationTradeKey | tradeKey |
GlobalTradeStationRecordKey | prepareTradeKey |
GlobalTradeStationRecordKey | prepareUploadKey |
Uint16 | period |
qBuffer | indexData |
qBuffer | pokemonData |
qBuffer | signature |
Bool | needData |
GlobalTradeStationDownloadOtherPokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
GlobalTradeStationDownloadMyPokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
GlobalTradeStationTradePokemonResult (Structure)
Type | Name |
---|---|
GlobalTradeStationDownloadPokemonResult | result |
Uint64 | myDataId |
GlobalTradeStationDownloadMyPokemonResult (Structure)
Type | Name |
---|---|
GlobalTradeStationDownloadPokemonResult | result |
Bool | isTraded |
GlobalTradeStationPrepareTradePokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationTradeKey | tradeKey |
GlobalTradeStationRecordKey | prepareUploadKey |
GlobalTradeStationPrepareTradePokemonResult (Structure)
Type | Name |
---|---|
GlobalTradeStationDownloadPokemonResult | result |
GlobalTradeStationRecordKey | prepareTradeKey |
GlobalTradeStationDeletePokemonParam (Structure)
Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
Uint8 | deleteFlag |
BankTransactionParam (Structure)
Type | Name |
---|---|
Uint64 | dataId |
Uint32 | curVersion |
Uint32 | updateVersion |
Uint32 | size |
Uint64 | transactionPassword |
BankMigrationInfo (Structure)
Type | Name |
---|---|
Uint32 | migrationStatus |
DateTime | updatedTime |
GlobalTradeStationTradeKey (Structure)
Type | Name |
---|---|
Uint64 | dataId |
Uint32 | version |
GlobalTradeStationData (Structure)
Type | Name |
---|---|
Uint64 | dataId |
Uint32 | ownerId |
DateTime | updatedTime |
qBuffer | indexData |
Uint32 | version |
GlobalTradeStationDownloadPokemonResult (Structure)
Type | Name |
---|---|
Uint64 | dataId |
qBuffer | indexData |
qBuffer | pokemonData |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages