Data Store Protocol (Pokemon XY) - RainMz/NintendoClients GitHub Wiki
NEX Protocols > Data Store > Pokemon X / Y (115)
This page describes the methods that are only seen in Pokemon X and Y.
Method ID | Method Name |
---|---|
40 | PrepareUploadPokemon |
41 | UploadPokemon |
42 | SearchPokemon |
43 | PrepareTradePokemon |
44 | TradePokemon |
45 | DownloadOtherPokemon |
46 | DownloadMyPokemon |
47 | DeletePokemon |
(40) PrepareUploadPokemon
Request
This method does not take any parameters.
Response
Type | Name |
---|---|
GlobalTradeStationRecordKey | pRecordKey |
(41) UploadPokemon
Request
Type | Name |
---|---|
GlobalTradeStationUploadPokemonParam | param |
Response
This method does not return anything.
(42) SearchPokemon
Request
Type | Name |
---|---|
GlobalTradeStationSearchPokemonParam | param |
Response
Type | Name |
---|---|
GlobalTradeStationSearchPokemonResult | pResult |
(43) PrepareTradePokemon
Request
Type | Name |
---|---|
GlobalTradeStationPrepareTradePokemonParam | param |
Response
Type | Name |
---|---|
GlobalTradeStationPrepareTradePokemonResult | pResult |
(44) TradePokemon
Request
Type | Name |
---|---|
GlobalTradeStationTradePokemonParam | param |
Response
Type | Name |
---|---|
GlobalTradeStationTradePokemonResult | pResult |
(45) DownloadOtherPokemon
Request
Type | Name |
---|---|
GlobalTradeStationDownloadOtherPokemonParam | param |
Response
Type | Name |
---|---|
GlobalTradeStationTradePokemonResult | pResult |
(46) DownloadMyPokemon
Request
Type | Name |
---|---|
GlobalTradeStationDownloadMyPokemonParam | param |
Response
Type | Name |
---|---|
GlobalTradeStationDownloadMyPokemonResult | pResult |
(47) DeletePokemon
Request
Type | Name |
---|---|
GlobalTradeStationDeletePokemonParam | param |
Response
This method does not return anything.
Types
Structure)
GlobalTradeStationRecordKey (Type | Name |
---|---|
Uint64 | dataId |
Uint64 | password |
Structure)
GlobalTradeStationUploadPokemonParam (Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
Uint16 | period |
qBuffer | indexData |
qBuffer | pokemonData |
qBuffer | signature |
Structure)
GlobalTradeStationSearchPokemonParam (Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
List<Uint32> | conditions |
Uint8 | resultOrderColumn |
Uint8 | resultOrder |
DateTime | uploadedAfter |
DateTime | uploadedBefore |
ResultRange | resultRange |
Structure)
GlobalTradeStationSearchPokemonResult (Type | Name |
---|---|
Uint32 | totalCount |
List<GlobalTradeStationData> | result |
Uint8 | totalCountType |
Structure)
GlobalTradeStationTradePokemonParam (Type | Name |
---|---|
GlobalTradeStationTradeKey | tradeKey |
GlobalTradeStationRecordKey | prepareTradeKey |
GlobalTradeStationRecordKey | prepareUploadKey |
Uint16 | period |
qBuffer | indexData |
qBuffer | pokemonData |
qBuffer | signature |
Bool | needData |
Structure)
GlobalTradeStationDownloadOtherPokemonParam (Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
Structure)
GlobalTradeStationDownloadMyPokemonParam (Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
Structure)
GlobalTradeStationTradePokemonResult (Type | Name |
---|---|
GlobalTradeStationDownloadPokemonResult | result |
Uint64 | myDataId |
Structure)
GlobalTradeStationDownloadMyPokemonResult (Type | Name |
---|---|
GlobalTradeStationDownloadPokemonResult | result |
Bool | isTraded |
Structure)
GlobalTradeStationPrepareTradePokemonParam (Type | Name |
---|---|
GlobalTradeStationTradeKey | tradeKey |
GlobalTradeStationRecordKey | prepareUploadKey |
Structure)
GlobalTradeStationPrepareTradePokemonResult (Type | Name |
---|---|
GlobalTradeStationDownloadPokemonResult | result |
GlobalTradeStationRecordKey | prepareTradeKey |
Structure)
GlobalTradeStationDeletePokemonParam (Type | Name |
---|---|
GlobalTradeStationRecordKey | prepareUploadKey |
Uint8 | deleteFlag |
Structure)
GlobalTradeStationTradeKey (Type | Name |
---|---|
Uint64 | dataId |
Uint32 | version |
Structure)
GlobalTradeStationData (Type | Name |
---|---|
Uint64 | dataId |
Uint32 | ownerId |
DateTime | updatedTime |
qBuffer | indexData |
Uint32 | version |
Structure)
GlobalTradeStationDownloadPokemonResult (Type | Name |
---|---|
Uint64 | dataId |
qBuffer | indexData |
qBuffer | pokemonData |