Emotiv.EdkDll.Unmanaged_IEE_MotionDataGet C# (CSharp) Méthode

Unmanaged_IEE_MotionDataGet() private méthode

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
Résultat System.Int32
        static extern Int32 Unmanaged_IEE_MotionDataGet(IntPtr hData, IEE_MotionDataChannel_t channel, Double[] buffer, UInt32 bufferSizeInSample);
EdkDll