Esempio n. 1
0
        public P5()
        {
            var handle = NativeMethods.InitP5();

            if (handle == IntPtr.Zero)
                throw new Exception();

            p5Handle = new P5Handle(handle);
        }
 internal static extern void ResetP5Sensors(P5Handle p5);