This protocol is implemented on Nintendo game servers, but never used by games.
Methods
| Method ID | Method Name | 
|---|---|
| 1 | FindByGroup | 
| 2 | InsertItem | 
| 3 | RemoveItem | 
| 4 | GetItem | 
| 5 | InsertCustomItem | 
| 6 | GetCustomItem | 
| 7 | FindItemsBySQLQuery | 
(1) FindByGroup
Request
| Type | Name | 
|---|---|
| Uint32 | uiGroup | 
Response
(2) InsertItem
Request
Response
| Type | Name | 
|---|---|
| Bool | bResult | 
(3) RemoveItem
Request
| Type | Name | 
|---|---|
| Uint32 | uiGroup | 
| String | strTag | 
Response
| Type | Name | 
|---|---|
| Bool | bResult | 
(4) GetItem
Request
| Type | Name | 
|---|---|
| Uint32 | uiGroup | 
| String | strTag | 
Response
| Type | Name | 
|---|---|
| Buffer | bufData | 
| Bool | bResult | 
(5) InsertCustomItem
Request
Response
This method does not return anything.
(6) GetCustomItem
Request
| Type | Name | 
|---|---|
| Uint32 | uiGroup | 
| String | strTag | 
Response
| Type | Name | 
|---|---|
| Data | hData |