Emotiv.EdkDll.IEE_MotionDataSetBufferSizeInSec C# (CSharp) Method

IEE_MotionDataSetBufferSizeInSec() public static method

public static IEE_MotionDataSetBufferSizeInSec ( System.Single bufferSizeInSec ) : Int32
bufferSizeInSec System.Single
return System.Int32
        public static Int32 IEE_MotionDataSetBufferSizeInSec(Single bufferSizeInSec)
        {
            return Unmanaged_IEE_MotionDataSetBufferSizeInSec(bufferSizeInSec);
        }
EdkDll