This page describes the methods that are only seen in Pokemon Sun / Moon and Ultra Sun / Ultra Moon.
Methods
| Method ID | Method Name | 
|---|---|
| 48 | ClearMyPreviouslyMatchedUserCache | 
| 49 | GetAttractionStatus | 
| 50 | GetAttractionStatusWithGroupId | 
| 51 | SimpleMatchmake | 
| 52 | EntrySimpleMatchmake | 
| 53 | CancelSimpleMatchmakeEntry | 
(48) ClearMyPreviouslyMatchedUserCache
This method does not take any parameters and does not return anything.
(49) GetAttractionStatus
Request
This method does not take any parameters.
Response
| Type | Name | 
|---|---|
| AttractionStatus | attractionStatus | 
| Uint16 | refreshInterval | 
(50) GetAttractionStatusWithGroupId
Request
| Type | Name | 
|---|---|
| Uint32 | groupId | 
Response
| Type | Name | 
|---|---|
| AttractionStatus | attractionStatus | 
| Uint16 | refreshInterval | 
(51) SimpleMatchmake
Request
| Type | Name | 
|---|---|
| Uint32 | groupId | 
Response
| Type | Name | 
|---|---|
| Bool | found | 
| SimpleMatchmakeHostInfo | info | 
(52) EntrySimpleMatchmake
Request
| Type | Name | 
|---|---|
| Uint32 | groupId | 
| Buffer | sessionKey | 
Response
This method does not return anything.
(53) CancelSimpleMatchmakeEntry
Request
| Type | Name | 
|---|---|
| Uint32 | groupId | 
Response
| Type | Name | 
|---|---|
| Bool | succeed | 
AttractionStatus (Structure)
| Type | Name | 
|---|---|
| Uint16 | messageInterval | 
| Uint8 | operationFlag | 
| Uint16 | activePlayerInviteParam | 
| Uint16 | activePlayerJoinParam | 
| List<Uint32> | extraParams | 
SimpleMatchmakeHostInfo (Structure)
| Type | Name | 
|---|---|
| Uint32 | pid | 
| Buffer | sessionKey | 
| List<StationURL> | stationUrls |