Line 811: |
Line 811: |
| | | |
| = hshl:sys = | | = hshl:sys = |
| + | This is "nn::hshl::IManager". |
| + | |
| This was added with [11.0.0+]. | | This was added with [11.0.0+]. |
| | | |
Line 821: |
Line 823: |
| | 1 || | | | 1 || |
| |- | | |- |
− | | 2 || | + | | 2 || [[#OpenChargeSession]] |
| |- | | |- |
| | 3 || | | | 3 || |
Line 827: |
Line 829: |
| | 4 || | | | 4 || |
| |- | | |- |
− | | 5 || | + | | 5 || [[#OpenThermalSession]] |
| |- | | |- |
| | 6 || | | | 6 || |
| |- | | |- |
− | | 7 || | + | | 7 || [[#OpenClockSession]] |
| |- | | |- |
| | 8 || | | | 8 || |
| + | |} |
| + | |
| + | == OpenChargeSession == |
| + | No input. Returns an [[#IChargeSession]]. |
| + | |
| + | == OpenThermalSession == |
| + | No input. Returns an [[#IThermalSession]]. |
| + | |
| + | == OpenClockSession == |
| + | Takes an input u32. Returns an [[#IClockSession]]. |
| + | |
| + | == IChargeSession == |
| + | This is "nn::hshl::IChargeSession". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || |
| + | |- |
| + | | 1 || |
| + | |} |
| + | |
| + | == IThermalSession == |
| + | This is "nn::hshl::IThermalSession". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || |
| + | |- |
| + | | 1 || |
| + | |} |
| + | |
| + | == IClockSession == |
| + | This is "nn::hshl::IClockSession". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || |
| |} | | |} |
| | | |
| = hshl:set = | | = hshl:set = |
| + | This is "nn::hshl::ISetterManager". |
| + | |
| This was added with [11.0.0+]. | | This was added with [11.0.0+]. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || OpenChargeSetterSession |
| + | |- |
| + | | 1 || OpenThermalSetterSession |
| + | |- |
| + | | 2 || |
| + | |} |
| + | |
| + | == OpenChargeSetterSession == |
| + | Takes an input u32. Returns an [[#IChargeSetterSession]]. |
| + | |
| + | == OpenThermalSetterSession == |
| + | Takes an input u32. Returns an [[#IThermalSetterSession]]. |
| + | |
| + | == IChargeSetterSession == |
| + | This is "nn::hshl::IChargeSetterSession". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 848: |
Line 915: |
| |- | | |- |
| | 2 || | | | 2 || |
| + | |- |
| + | | 3 || |
| + | |} |
| + | |
| + | == IThermalSetterSession == |
| + | This is "nn::hshl::IThermalSetterSession". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || |
| |} | | |} |
| | | |