Skip to content

Title Storage Protocol

Yannik Marchand edited this page Jun 17, 2023 · 3 revisions

NEX-Protocols > Title Storage (51)

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

Type Name
List<any> contents

(3) GetContentDetails

Request

Type Name
Uint32 contentID

Response

Type Name
AnyDataHolder details

(4) DownloadContent

Request

Type Name
Uint32 contentID

Response

Type Name
String proto
String host
String path

Types

TitleContent (Structure)

This structure inherits from Data
Type Name
Uint32 id
String name
String description
Sint64 size
String contentType
Uint32 flags
Uint32 extendedFlags
Clone this wiki locally