Difference between revisions of "NGCT services"
Jump to navigation
Jump to search
(→ngct:s) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
NGCT (No Good Content for Terra) 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". | ||
+ | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
− | | 0 || | + | | 0 || Match |
|- | |- | ||
− | | 1 || | + | | 1 || Filter |
+ | |} | ||
+ | |||
+ | = ngct:s = | ||
+ | This is "nn::ngc::t::detail::IServiceWithManagementApi". | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! 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". | ||
+ | |||
+ | {| 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.