Difference between revisions of "IRRST:Initialize"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00020080] |- | 1 | u32, unknown |- | 2 | u8, unknown |} =Response= {| class="wi...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | u32, | + | | u32, HID data update period in ms. only values in range [10, 21] are allowed. |
|- | |- | ||
| 2 | | 2 | ||
− | | u8, | + | | u8, if the value is non-zero, raw C-stick axis data without calibration will be written to [[IRRST Shared Memory]], and won't generate C-stick PAD state. |
|} | |} | ||
Line 22: | Line 22: | ||
|- | |- | ||
| 0 | | 0 | ||
− | | Header code | + | | Header code [0x00020040] |
|- | |- | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
|} | |} |
Latest revision as of 15:42, 7 April 2017
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00020080] |
1 | u32, HID data update period in ms. only values in range [10, 21] are allowed. |
2 | u8, if the value is non-zero, raw C-stick axis data without calibration will be written to IRRST Shared Memory, and won't generate C-stick PAD state. |
Response[edit]
Index Word | Description |
---|---|
0 | Header code [0x00020040] |
1 | Result code |