HID services: Difference between revisions
Undo revision 12067 by Narr the reg (talk) (Not a typo) Tag: Undo |
Narr the reg (talk | contribs) Add SixAxis 13.0.0 function parameters |
||
Line 80: | Line 80: | ||
| 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]] | | 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]] | ||
|- | |- | ||
| 84 || [13.0.0+] EnableSixAxisSensorUnalteredPassthrough | | 84 || [13.0.0+] [[#EnableSixAxisSensorUnalteredPassthrough]] | ||
|- | |- | ||
| 85 || [13.0.0+] IsSixAxisSensorUnalteredPassthroughEnabled | | 85 || [13.0.0+] [[#IsSixAxisSensorUnalteredPassthroughEnabled]] | ||
|- | |- | ||
| 86 || [13.0.0+] StoreSixAxisSensorCalibrationParameter | | 86 || [13.0.0+] [[#StoreSixAxisSensorCalibrationParameter]] | ||
|- | |- | ||
| 87 || [13.0.0+] LoadSixAxisSensorCalibrationParameter | | 87 || [13.0.0+] [[#LoadSixAxisSensorCalibrationParameter]] | ||
|- | |- | ||
| 88 || [13.0.0+] GetSixAxisSensorIcInformation | | 88 || [13.0.0+] [[#GetSixAxisSensorIcInformation]] | ||
|- | |- | ||
| 89 || [13.0.0+] ResetIsSixAxisSensorDeviceNewlyAssigned | | 89 || [13.0.0+] [[#ResetIsSixAxisSensorDeviceNewlyAssigned]] | ||
|- | |- | ||
| 91 || [[#ActivateGesture]] | | 91 || [[#ActivateGesture]] | ||
Line 465: | Line 465: | ||
== IsFirmwareUpdateAvailableForSixAxisSensor == | == IsFirmwareUpdateAvailableForSixAxisSensor == | ||
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool. | Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool. | ||
== EnableSixAxisSensorUnalteredPassthrough == | |||
Takes a PID, a [[#SixAxisSensorHandle]], a bool, and an [[AM_services|AppletResourceUserId]], no output. | |||
== IsSixAxisSensorUnalteredPassthroughEnabled == | |||
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool. | |||
== StoreSixAxisSensorCalibrationParameter == | |||
Takes a PID, a [[#SixAxisSensorHandle]], a SixAxisSensorCalibrationParameter, and an [[AM_services|AppletResourceUserId]], no output. | |||
== LoadSixAxisSensorCalibrationParameter == | |||
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns a SixAxisSensorCalibrationParameter. | |||
== GetSixAxisSensorIcInformation == | |||
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns a SixAxisSensorIcInformation. | |||
== ResetIsSixAxisSensorDeviceNewlyAssigned == | |||
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], no output. | |||
== ActivateGesture == | == ActivateGesture == |