-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
072edb3
commit b28cc83
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
+++ | ||
title = 'ACU:IsConnected' | ||
+++ | ||
|
||
# Request | ||
|
||
| Index Word | Description | | ||
|------------|------------------------------------------------------------------| | ||
| 0 | Header code \[0x003E0042\] | | ||
| 1 | Process ID of target process to check (or zero, see description) | | ||
| 2 | Descriptor for process ID (0x20) | | ||
| 3 | ProcessID set by the ARM11 kernel. | | ||
|
||
|
||
# Response | ||
|
||
| Index Word | Description | | ||
|------------|------------- | | ||
| 0 | Header code | | ||
| 1 | Result code | | ||
| 2 | bool, target process is connected | | ||
|
||
# Description | ||
|
||
Checks whether or not the target process has connected via [ACU:ConnectAsync](ACU:ConnectAsync "wikilink"). If a specific process ID is specified, this checks if the associated process has connected. When the input process ID is zero, this performs the same check for the current process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters