Skip to content

Data Store Protocol (Miitopia 3DS)

Yannik Marchand edited this page Dec 26, 2023 · 1 revision

NEX Protocols > Data Store > Miitopia 3DS (115)

This page describes the methods that are only seen in Miitopia 3DS.

Method ID Method Name
47 SearchMii

(47) SearchMii

Request

Type Name
MiiTubeSearchParam param

Response

Type Name
MiiTubeSearchResult pSearchResult

Types

MiiTubeSearchParam (Structure)

Type Name
String name
Uint32 page
Uint8 category
Uint8 gender
Uint8 country
Uint8 searchType
Uint8 resultOption

MiiTubeMiiInfo (Structure)

Type Name
DataStoreMetaInfo metaInfo
Uint8 category
Uint8 rankingType

MiiTubeSearchResult (Structure)

Type Name
List<MiiTubeMiiInfo> result
Uint32 count
Uint32 page
Bool hasNext
Clone this wiki locally