Emotiv.EdkDll.Unmanaged_IEE_MotionDataGet C# (CSharp) Method

Unmanaged_IEE_MotionDataGet() private method

private Unmanaged_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
        static extern Int32 Unmanaged_IEE_MotionDataGet(IntPtr hData, IEE_MotionDataChannel_t channel, Double[] buffer, UInt32 bufferSizeInSample);
EdkDll