Ring-Con: Difference between revisions
No edit summary |
|||
Line 19: | Line 19: | ||
|- | |- | ||
! Input cmd u32 || Input cmd size || Reply size | ! Input cmd u32 || Input cmd size || Reply size | ||
|- | |||
| 0x020000 || 0x4 || 0x8 | |||
|- | |- | ||
| 0x020101 || 0x4 || 0x8 | | 0x020101 || 0x4 || 0x8 | ||
|} | |} | ||
== 0x20000 == | |||
The two u8s at reply+0x4 are copied to an output struct. | |||
== 0x020101 == | == 0x020101 == | ||
This is used with EnableJoyPollingReceiveMode/GetJoyPollingReceivedData. Reply+0x4 is an u16 which is copied to an output struct, the [[HID_services#JoyPollingReceivedData|timestamp]] is also copied. | This is used with EnableJoyPollingReceiveMode/GetJoyPollingReceivedData. Reply+0x4 is an u16 which is copied to an output struct, the [[HID_services#JoyPollingReceivedData|timestamp]] is also copied. |