Config Services: Difference between revisions
mNo edit summary |
m Add anchors |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | |||
{{Anchor|Cfg}}{{Anchor|CfgU}}{{Anchor|CFG}}{{Anchor|CFGU}}{{Anchor|cfg:u}} | |||
= Config | = Config service "cfg:u" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 12: | Line 11: | ||
| 0x00010082 | | 0x00010082 | ||
| | | | ||
| [[CfgS:GetConfigInfoBlk2|GetConfigInfoBlk2]] | | [[CfgS:GetConfigInfoBlk2|GetConfigInfoBlk2]]/GetConfig | ||
|- | |- | ||
| 0x00020000 | | 0x00020000 | ||
| | | | ||
| [[Cfg:SecureInfoGetRegion|SecureInfoGetRegion]] | | [[Cfg:SecureInfoGetRegion|SecureInfoGetRegion]]/GetRegion | ||
|- | |- | ||
| 0x00030040 | | 0x00030040 | ||
Line 55: | Line 54: | ||
|} | |} | ||
= Config service "cfg: | {{Anchor|CfgS}}{{Anchor|CFGS}}{{Anchor|cfg:s}} | ||
= Config service "cfg:s" = | |||
cfg:s contains all the commands in [[#cfg:u|cfg:u]], in addition to the following: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 64: | Line 63: | ||
! Available since system version | ! Available since system version | ||
! Description | ! Description | ||
|- | |- | ||
| 0x04010082 | | 0x04010082 | ||
Line 118: | Line 113: | ||
|- | |- | ||
| 0x040D0040 | | 0x040D0040 | ||
| | | | ||
| | | SetUUIDClockSequence | ||
|- | |- | ||
| 0x040E0000 | | 0x040E0000 | ||
| | | | ||
| | | GetUUIDClockSequence | ||
|- | |- | ||
| 0x040F0000 | | 0x040F0000 | ||
| | | | ||
| ClearParentalControls | | [[CfgS:ClearParentalControls|ClearParentalControls]] | ||
|} | |} | ||
CfgS command 0x04060000(SecureInfoGetRegion) is used by NIM module to determine the SOAP RegionId, when sending SOAP requests. See [[Nandrw/sys/SecureInfo_A|here]]. | CfgS command 0x04060000(SecureInfoGetRegion) is used by NIM module to determine the SOAP RegionId, when sending SOAP requests. See [[Nandrw/sys/SecureInfo_A|here]]. | ||
{{Anchor|CfgI}}{{Anchor|CFGI}}{{Anchor|cfg:i}} | |||
= Config service "cfg:i" = | = Config service "cfg:i" = | ||
cfg:i contains all the commands in [[#cfg:u|cfg:u]] and [[#cfg:s|cfg:s]], in addition to the following: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 138: | Line 136: | ||
! Available since system version | ! Available since system version | ||
! Description | ! Description | ||
|- | |- | ||
| 0x08010082 | | 0x08010082 | ||
Line 328: | Line 266: | ||
|} | |} | ||
{{Anchor|CfgNor}}{{Anchor|CFGNOR}}{{Anchor|cfg:nor}} | |||
= Config NVRAM service "cfg:nor" = | = Config NVRAM service "cfg:nor" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 394: | Line 333: | ||
| This uses SPI command 0xAB for "Release from deep power down". | | This uses SPI command 0xAB for "Release from deep power down". | ||
|} | |} | ||
This is an interface for the | This is an interface for the [[SPI::NOR]] service, for accessing the Wifi NVRAM/SPI Flash. | ||
[[Category:Services]] |