public static extern void GetFusionParameters( ref float pOutRevisePower, ref float pOutReviseRange, SixAxisSensorHandle handle);
public static extern void EnableFusion(SixAxisSensorHandle handle, [MarshalAs(UnmanagedType.U1)] bool enable);
public static extern void SetFusionParameters(SixAxisSensorHandle handle, float revisePower, float reviseRange);
public static extern int GetStates([Out] SixAxisSensorState[] pOutValues, int count, SixAxisSensorHandle handle);
public static extern bool IsFusionEnabled(SixAxisSensorHandle handle);
public static extern GyroscopeZeroDriftMode GetGyroscopeZeroDriftMode(SixAxisSensorHandle handle);
public static extern void Start(SixAxisSensorHandle handle); // 0x00A1CC20-0x00A1CC30 public static extern void Stop(SixAxisSensorHandle handle); // 0x00A1CC30-0x00A1CC40
public static extern GyroscopeZeroDriftMode GetGyroscopeZeroDriftMode(SixAxisSensorHandle handle); // 0x00A1CE10-0x00A1CE20 public static extern bool IsFirmwareUpdateAvailableForSixAxisSensor(SixAxisSensorHandle handle); // 0x00A1CE20-0x00A1D220
public static extern void Stop(SixAxisSensorHandle handle);
public static extern bool IsFusionEnabled(SixAxisSensorHandle handle); // 0x00A1CDA0-0x00A1CDC0 public static extern void EnableFusion(SixAxisSensorHandle handle, bool enable); // 0x00A1CDC0-0x00A1CDD0
public static extern void GetFusionParameters(ref float pOutRevisePower, ref float pOutReviseRange, SixAxisSensorHandle handle); // 0x00A1CDE0-0x00A1CDF0 public static extern void ResetFusionParameters(SixAxisSensorHandle handle); // 0x00A1CDF0-0x00A1CE00
public static extern int GetStates(out SixAxisSensorState[] pOutValues, int count, SixAxisSensorHandle handle); // 0x00A1CC70-0x00A1CDA0 public static extern bool IsFusionEnabled(SixAxisSensorHandle handle); // 0x00A1CDA0-0x00A1CDC0
public static extern void GetState(ref SixAxisSensorState pOutValue, SixAxisSensorHandle handle); // 0x00A1CC60-0x00A1CC70 public static extern int GetStates(out SixAxisSensorState[] pOutValues, int count, SixAxisSensorHandle handle); // 0x00A1CC70-0x00A1CDA0
public static extern void Stop(SixAxisSensorHandle handle); // 0x00A1CC30-0x00A1CC40 public static extern bool IsRest(SixAxisSensorHandle handle); // 0x00A1CC40-0x00A1CC60
public static extern void ResetFusionParameters(SixAxisSensorHandle handle);
public static extern bool IsRest(SixAxisSensorHandle handle);
public static extern void SetGyroscopeZeroDriftMode(SixAxisSensorHandle handle, GyroscopeZeroDriftMode mode);
public static extern void GetState(ref SixAxisSensorState pOutValue, SixAxisSensorHandle handle);
public static extern bool IsFirmwareUpdateAvailableForSixAxisSensor(SixAxisSensorHandle handle);
public static extern int GetHandles(SixAxisSensorHandle[] pOutValues, int count, NpadId npadId, NpadStyle npadStyle); // 0x00A1CC10-0x00A1CC20 public static extern void Start(SixAxisSensorHandle handle); // 0x00A1CC20-0x00A1CC30