Difference between revisions of "SOCU:socket"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000200C2] |- | 1 | int domain |- | 2 | int type |- | 3 | int protocol |} =Respo...") |
|||
Line 16: | Line 16: | ||
| 3 | | 3 | ||
| int protocol | | int protocol | ||
+ | |- | ||
+ | | 4 | ||
+ | | Value 0x20 (processID header) | ||
+ | |- | ||
+ | | 5 | ||
+ | | ProcessID set by the ARM11 kernel. | ||
|} | |} | ||
Revision as of 20:41, 13 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x000200C2] |
1 | int domain |
2 | int type |
3 | int protocol |
4 | Value 0x20 (processID header) |
5 | ProcessID set by the ARM11 kernel. |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Output socket descriptor |