Emotiv.EdkDll.Unmanaged_IEE_MotionDataUpdateHandle C# (CSharp) Method

Unmanaged_IEE_MotionDataUpdateHandle() private method

private Unmanaged_IEE_MotionDataUpdateHandle ( UInt32 userId, IntPtr hData ) : Int32
userId System.UInt32
hData System.IntPtr
return System.Int32
        static extern Int32 Unmanaged_IEE_MotionDataUpdateHandle(UInt32 userId, IntPtr hData);
EdkDll