Methods
| Method ID | Method Name | 
|---|---|
| 1 | BrowseContents | 
| 2 | BrowseContentsByType | 
| 3 | GetContentDetails | 
| 4 | DownloadContent | 
(1) BrowseContents
Request
| Type | Name | 
|---|---|
| Uint32 | flags | 
| Uint8 | flagsMaskType | 
| Uint32 | extendedFlags | 
| Uint8 | extendedFlagsMaskType | 
Response
| Type | Name | 
|---|---|
| List<TitleContent> | contents | 
(2) BrowseContentsByType
Request
| Type | Name | 
|---|---|
| String | contentType | 
| Uint32 | flags | 
| Uint8 | flagsMaskType | 
| Uint32 | extendedFlags | 
| Uint8 | extendedFlagsMaskType | 
Response
(3) GetContentDetails
Request
| Type | Name | 
|---|---|
| Uint32 | contentID | 
Response
| Type | Name | 
|---|---|
| Data | details | 
(4) DownloadContent
Request
| Type | Name | 
|---|---|
| Uint32 | contentID |