Emotiv.EdkDll.Unmanaged_IEE_MotionDataGetNumberOfSample C# (CSharp) Method

Unmanaged_IEE_MotionDataGetNumberOfSample() private method

private Unmanaged_IEE_MotionDataGetNumberOfSample ( IntPtr hData, UInt32 &nSampleOut ) : Int32
hData System.IntPtr
nSampleOut System.UInt32
return System.Int32
        static extern Int32 Unmanaged_IEE_MotionDataGetNumberOfSample(IntPtr hData, out UInt32 nSampleOut);
EdkDll