-
Notifications
You must be signed in to change notification settings - Fork 68
Title Storage Admin Protocol
Yannik Marchand edited this page Jun 17, 2023
·
5 revisions
NEX-Protocols > Title Storage Admin
Method ID | Method Name |
---|---|
1 | GetContentTypesDescription |
2 | GetContentTypeDescription |
3 | BrowseContents |
4 | GetContentDetails |
5 | CreateContentAndGetUploadInformation |
6 | RemoveContent |
7 | UpdateContentMetaData |
8 | ContentInsertionCompleted |
This method does not take any parameters
Type | Name |
---|---|
List<ContentTypeDescription> | contentDescriptions |
Type | Name |
---|---|
String | contentType |
Type | Name |
---|---|
List<ContentTypeExtensionField> | extensionFields |
This method does not take any parameters
Type | Name |
---|---|
List<AdminTitleContent> | contents |
Type | Name |
---|---|
Uint32 | contentId |
Type | Name |
---|---|
AnyDataHolder | details |
Type | Name |
---|---|
String | name |
String | description |
String | key |
DateTime | dateAvailable |
DateTime | dateExpired |
Uint32 | flags |
Uint32 | extendedFlags |
String | contentType |
AnyDataHolder | extension |
String | mime |
Type | Name |
---|---|
Uint32 | contentId |
String | uploadURL |
String | uploadMimeType |
Map<String,String> | uploadBody |
Type | Name |
---|---|
Uint32 | contentId |
Type | Name |
---|---|
Bool | %retval% |
Type | Name |
---|---|
Uint32 | contentId |
String | name |
String | description |
DateTime | dateAvailable |
DateTime | dateExpired |
Uint32 | flags |
Uint32 | extendedFlags |
AnyDataHolder | extension |
Type | Name |
---|---|
Bool | %retval% |
Type | Name |
---|---|
Uint32 | contentId |
Uint32 | contentSize |
Type | Name |
---|---|
Bool | %retval% |
ContentTypeExtensionField (Structure)
Type | Name |
---|---|
String | m_FieldName |
String | m_FieldType |
ContentTypeDescription (Structure)
Type | Name |
---|---|
String | m_ContentType |
List<ContentTypeExtensionField> | m_extensionFields |
ContentDescription (Structure)
Type | Name |
---|---|
String | m_ContentDisplayName |
String | m_ContentDescription |
AdminTitleContent (Structure)
Type | Name |
---|---|
Uint32 | m_id |
String | m_name |
ContentDescription | m_contentDescription |
Uint32 | m_flags |
Uint32 | m_extendedFlags |
DateTime | m_dateAvailable |
DateTime | m_dateExpired |
String | m_contentType |
String | m_downloadURL |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages