Skip to content

Commit

Permalink
Document ACU:IsConnected
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroSkill1 authored and neobrain committed Sep 30, 2024
1 parent 072edb3 commit b28cc83
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions content/ACU:IsConnected.md
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.
2 changes: 1 addition & 1 deletion content/AC_Services.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ These commands are common to both ac:u and ac:i
| 0x003B0000 | GetConnectingProxyPassword |
| 0x003C0042 | [GetAPSSIDList](ACU:GetAPSSIDList "wikilink") |
| 0x003D0042 | SetZoneMacFilter |
| 0x003E0042 | IsConnected |
| 0x003E0042 | [IsConnected](ACU:IsConnected "wikilink") |
| 0x003F0040 | GetNotAwakeMacFilter |
| 0x00400042 | [SetClientVersion](ACU:SetClientVersion "wikilink") |
| 0x004100C6 | SetTemporaryNetworkSettings |
Expand Down

0 comments on commit b28cc83

Please sign in to comment.