Emotiv.EdkDll.IEE_MotionDataFree C# (CSharp) Method

IEE_MotionDataFree() public static method

public static IEE_MotionDataFree ( IntPtr hData ) : void
hData System.IntPtr
return void
        public static void IEE_MotionDataFree(IntPtr hData)
        {
            Unmanaged_IEE_MotionDataFree(hData);
        }
EdkDll