Emotiv.EdkDll.IEE_MotionDataUpdateHandle C# (CSharp) Method

IEE_MotionDataUpdateHandle() public static method

public static IEE_MotionDataUpdateHandle ( UInt32 userId, IntPtr hData ) : Int32
userId System.UInt32
hData System.IntPtr
return System.Int32
        public static Int32 IEE_MotionDataUpdateHandle(UInt32 userId, IntPtr hData)
        {
            return Unmanaged_IEE_MotionDataUpdateHandle(userId, hData);
        }
EdkDll