NGCT services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
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 | ||
|- | |- | ||
| 112 || | | 101 || [9.1.0+] RequestResourceUpdateCheck | ||
|- | |||
| 110 || Reload | |||
|- | |||
| 111 || IsReloadRequired | |||
|- | |||
| 112 || [[#TryAcquireReloadRequestNotifier]] | |||
|- | |||
| 120 || CalculateContentFingerprint | |||
|} | |||
== TryAcquireReloadRequestNotifier == | |||
Returns an [[#INotifier]]. | |||
== INotifier == | |||
This is "nn::ngc::t::detail::INotifier". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |- | ||
| | | 0 || GetSystemEvent | ||
|} | |} | ||
[[Category:Services]] | [[Category:Services]] |
Revision as of 22:48, 2 February 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 |
TryAcquireReloadRequestNotifier
Returns an #INotifier.
INotifier
This is "nn::ngc::t::detail::INotifier".
Cmd | Name |
---|---|
0 | GetSystemEvent |