Emotiv.EdkDll.IEE_MotionDataGet C# (CSharp) Method

IEE_MotionDataGet() public static method

public static IEE_MotionDataGet ( IntPtr hData, IEE_MotionDataChannel_t channel, Double buffer, UInt32 bufferSizeInSample ) : Int32
hData System.IntPtr
channel IEE_MotionDataChannel_t
buffer Double
bufferSizeInSample System.UInt32
return System.Int32
        public static Int32 IEE_MotionDataGet(IntPtr hData, IEE_MotionDataChannel_t channel, Double[] buffer, UInt32 bufferSizeInSample)
        {
            return Unmanaged_IEE_MotionDataGet(hData, channel, buffer, bufferSizeInSample);
        }
EdkDll