|
|
(5 intermediate revisions by 2 users not shown) |
Line 9: |
Line 9: |
| |- | | |- |
| | 1 | | | 1 |
| | AppID | | | [[NS_and_APT_Services#AppIDs|AppID]] |
| |} | | |} |
|
| |
|
Line 25: |
Line 25: |
| |- | | |- |
| | 2 | | | 2 |
| | u8 Signal Type | | | [[NS_and_APT_Services#Notification|Notification]] |
| |} | | |} |
|
| |
| =Signal Types=
| |
| {| class="wikitable" border="1"
| |
| |-
| |
| ! Type
| |
| ! Description
| |
| |-
| |
| | 0x1
| |
| | Home button pressed.
| |
| |-
| |
| | 0x2
| |
| | Sleep-mode related?
| |
| |-
| |
| | 0x3
| |
| | This indicates that the system is preparing to enter sleep-mode.
| |
| |-
| |
| | 0x4
| |
| | ?
| |
| |-
| |
| | 0x5
| |
| | This indicates that the system is entering sleep-mode.
| |
| |-
| |
| | 0x6
| |
| | This indicates that the system is leaving sleep-mode.
| |
| |-
| |
| | 0x7
| |
| | System is shutting down / power-button related?
| |
| |-
| |
| | 0x8
| |
| | Power button pressed.
| |
| |-
| |
| | 0x9
| |
| | ?
| |
| |-
| |
| | 0xA
| |
| | This indicates that the process should use command [[NS|APT:SleepSystem]].
| |
| |-
| |
| | 0xB
| |
| | ?
| |
| |}
| |
|
| |
| These signals are triggered regardless of whether the process using this command is currently active(like with a suspended application).
| |