Changes

Jump to navigation Jump to search
900 bytes added ,  01:18, 11 September 2019
Line 45: Line 45:  
|-
 
|-
 
| 20301 || [8.0.0+] [[#RequestSuspendDeliveryTask]]
 
| 20301 || [8.0.0+] [[#RequestSuspendDeliveryTask]]
 +
|-
 +
| 20400 || [9.0.0+] [[#RegisterSystemApplicationDeliveryTask]]
 +
|-
 +
| 20401 || [9.0.0+] [[#UnregisterSystemApplicationDeliveryTask]]
 
|-
 
|-
 
| 30100 || SetPassphrase
 
| 30100 || SetPassphrase
 
|-
 
|-
| [2.0.0-2.3.0] 30101 ||
+
| 30101 || [2.0.0-2.3.0]  
 
|-
 
|-
| [2.0.0-2.3.0] 30102 ||
+
| 30102 || [2.0.0-2.3.0]  
 
|-
 
|-
 
| 30200 || [3.0.0+] RegisterDeliveryTask
 
| 30200 || [3.0.0+] RegisterDeliveryTask
Line 88: Line 92:  
=== RequestSuspendDeliveryTask ===
 
=== RequestSuspendDeliveryTask ===
 
Takes a total of 8-bytes of input, returns an [[#IDeliveryTaskSuspensionService]].
 
Takes a total of 8-bytes of input, returns an [[#IDeliveryTaskSuspensionService]].
 +
 +
== RegisterSystemApplicationDeliveryTask ==
 +
Takes an input u64 <code>nn::ApplicationId</code>, no output.
 +
 +
== UnregisterSystemApplicationDeliveryTask ==
 +
Takes an input u64 <code>nn::ApplicationId</code>, no output.
    
=== GetDeliveryList ===
 
=== GetDeliveryList ===
Line 191: Line 201:  
! Cmd || Name || Notes
 
! Cmd || Name || Notes
 
|-
 
|-
| 0 || || No input, returns an [[#INewsService]].
+
| 0 || CreateNewsService || No input, returns an [[#INewsService]].
 
|-
 
|-
| 1 || || No input, returns an [[#INewlyArrivedEventHolder]].
+
| 1 || CreateNewlyArrivedEventHolder || No input, returns an [[#INewlyArrivedEventHolder]].
 
|-
 
|-
| 2 || || No input, returns an [[#INewsDataService]].
+
| 2 || CreateNewsDataService || No input, returns an [[#INewsDataService]].
 
|-
 
|-
| 3 || || No input, returns an [[#INewsDatabaseService]].
+
| 3 || CreateNewsDatabaseService || No input, returns an [[#INewsDatabaseService]].
 
|-
 
|-
| 4 || || No input, returns an [[#IOverwriteEventHolder]].
+
| 4 || CreateOverwriteEventHolder || No input, returns an [[#IOverwriteEventHolder]].
 
|}
 
|}
   Line 209: Line 219:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 10100 ||  
+
| 10100 || PostLocalNews
 
|-
 
|-
| 20100 ||  
+
| 20100 || SetPassphrase
 
|-
 
|-
| 30100 ||  
+
| 30100 || GetSubscriptionStatus
 
|-
 
|-
| 30101 || [3.0.0+]
+
| 30101 || [3.0.0+] GetTopicList
 
|-
 
|-
 
| 30110 || [6.0.0+]
 
| 30110 || [6.0.0+]
 
|-
 
|-
| 30200 ||  
+
| 30200 || IsSystemUpdateRequired
 
|-
 
|-
 
| 30201 || [8.0.0+]
 
| 30201 || [8.0.0+]
 
|-
 
|-
| 30300 ||  
+
| 30300 || RequestImmediateReception
 
|-
 
|-
| 30400 || [3.0.0+]
+
| 30400 || [3.0.0+] DecodeArchiveFile
 
|-
 
|-
 
| 30500 || [8.0.0+] ? (Takes a total of 8-bytes of input, a handle, and a type-0x9 input buffer, returns an [[#IUnknown2]])
 
| 30500 || [8.0.0+] ? (Takes a total of 8-bytes of input, a handle, and a type-0x9 input buffer, returns an [[#IUnknown2]])
Line 235: Line 245:  
| [1.0.0] 30902 || (No input, returns an [[#INewsDatabaseService]])
 
| [1.0.0] 30902 || (No input, returns an [[#INewsDatabaseService]])
 
|-
 
|-
| 40100 ||  
+
| 40100 || SetSubscriptionStatus
 
|-
 
|-
| 40101 || [3.0.0+]
+
| 40101 || [3.0.0+] RequestAutoSubscription
 
|-
 
|-
| 40200 ||  
+
| 40200 || ClearStorage
 
|-
 
|-
| 40201 ||  
+
| 40201 || ClearSubscriptionStatusAll
 
|-
 
|-
| 90100 ||  
+
| 90100 || GetNewsDatabaseDump
 
|}
 
|}
   Line 253: Line 263:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 ||  
+
| 0 || Get
 
|}
 
|}
   Line 263: Line 273:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 ||  
+
| 0 || Open
 
|-
 
|-
| 1 ||  
+
| 1 || OpenWithNewsRecordV1
 
|-
 
|-
| 2 ||  
+
| 2 || Read
 
|-
 
|-
| 3 ||  
+
| 3 || GetSize
 
|-
 
|-
| 1001 || [6.0.0+]
+
| 1001 || [6.0.0+] OpenWithNewsRecord
 
|}
 
|}
   Line 281: Line 291:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 ||  
+
| 0 || GetListV1
 
|-
 
|-
| 1 ||  
+
| 1 || Count
 
|-
 
|-
| 2 ||  
+
| 2 || CountWithKey
 
|-
 
|-
| 3 ||  
+
| 3 || UpdateIntegerValue
 
|-
 
|-
| 4 ||  
+
| 4 || UpdateIntegerValueWithAddition
 
|-
 
|-
| 5 ||  
+
| 5 || UpdateStringValue
 
|-
 
|-
| 1000 || [6.0.0+]
+
| 1000 || [6.0.0+] GetList
 
|}
 
|}
   Line 303: Line 313:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 ||  
+
| 0 || Get
 
|}
 
|}
   Line 340: Line 350:  
|-
 
|-
 
| 10300 || GetTransmissionStatus
 
| 10300 || GetTransmissionStatus
 +
|-
 +
| 10400 || [9.0.0+] GetSystemSessionId
 
|-
 
|-
 
| 20100 || SaveSystemReport
 
| 20100 || SaveSystemReport
Line 365: Line 377:  
| 90100 || [6.0.0+] ReadAllReportFiles ([1.0.0-5.1.0] GetStorageUsage)
 
| 90100 || [6.0.0+] ReadAllReportFiles ([1.0.0-5.1.0] GetStorageUsage)
 
|-
 
|-
| [1.0.0] 90101 ||
+
| 90101 || [1.0.0]
 
|-
 
|-
| [1.0.0] 90102 ||
+
| 90102 || [1.0.0]  
 
|-
 
|-
 
| [5.0.0-5.1.0] 90200 || GetStatistics
 
| [5.0.0-5.1.0] 90200 || GetStatistics

Navigation menu