Difference between revisions of "NGCT services"

From Nintendo Switch Brew
Jump to navigation Jump to search
(Created page with "NGCT (No Good Content for Tencent?) is a sysmodule designed for handling bad words for the China platform region. = ngct:s, ngct:u = {| class="wikitable" border="1" |- ! Cmd...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
NGCT (No Good Content for Tencent?) is a sysmodule designed for handling bad words for the China platform region.
+
NGCT (No Good Content for Terra) is a sysmodule designed for handling bad words for the China platform region.
 +
 
 +
= ngct:u =
 +
This is "nn::ngc::t::detail::IService".
  
= ngct:s, ngct:u =
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 ||
+
| 0 || Match
 +
|-
 +
| 1 || Filter
 +
|}
 +
 
 +
= ngct:s =
 +
This is "nn::ngc::t::detail::IServiceWithManagementApi".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || Match
 +
|-
 +
| 1 || Filter
 +
|-
 +
| 100 || ConfigureAutoUpdateSetting
 
|-
 
|-
| 1 ||
+
| 101 || [9.1.0+] RequestResourceUpdateCheck
 
|-
 
|-
| 100 ||
+
| 110 || Reload
 
|-
 
|-
| 110 ||
+
| 111 || IsReloadRequired
 
|-
 
|-
| 111 ||
+
| 112 || [[#TryAcquireReloadRequestNotifier]]
 
|-
 
|-
| 112 ||
+
| 120 || CalculateContentFingerprint
 
|-
 
|-
| 120 ||
+
| 130 || [10.0.0+] [[#TryEnableTemporalPassThrough]]
 
|}
 
|}
 +
 +
== TryAcquireReloadRequestNotifier ==
 +
Returns an [[#INotifier]].
 +
 +
== TryEnableTemporalPassThrough ==
 +
Returns an [[#IObject]].
 +
 +
== INotifier ==
 +
This is "nn::ngc::t::detail::INotifier".
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || GetSystemEvent
 +
|}
 +
 +
== IObject ==
 +
This is "nn::ngc::t::detail::IObject".
 +
 +
This interface has no commands.
  
 
[[Category:Services]]
 
[[Category:Services]]

Latest revision as of 18:58, 14 April 2020

NGCT (No Good Content for Terra) is a sysmodule designed for handling bad words for the China platform region.

ngct:u

This is "nn::ngc::t::detail::IService".

Cmd Name
0 Match
1 Filter

ngct:s

This is "nn::ngc::t::detail::IServiceWithManagementApi".

Cmd Name
0 Match
1 Filter
100 ConfigureAutoUpdateSetting
101 [9.1.0+] RequestResourceUpdateCheck
110 Reload
111 IsReloadRequired
112 #TryAcquireReloadRequestNotifier
120 CalculateContentFingerprint
130 [10.0.0+] #TryEnableTemporalPassThrough

TryAcquireReloadRequestNotifier

Returns an #INotifier.

TryEnableTemporalPassThrough

Returns an #IObject.

INotifier

This is "nn::ngc::t::detail::INotifier".

Cmd Name
0 GetSystemEvent

IObject

This is "nn::ngc::t::detail::IObject".

This interface has no commands.