Emotiv.EdkDll.IEE_FFTSetWindowingType C# (CSharp) Method

IEE_FFTSetWindowingType() public static method

public static IEE_FFTSetWindowingType ( UInt32 userId, IEE_WindowingTypes type ) : Int32
userId System.UInt32
type IEE_WindowingTypes
return System.Int32
        public static Int32 IEE_FFTSetWindowingType(UInt32 userId, IEE_WindowingTypes type)
        {
            return Unmanged_IEE_FFTSetWindowingType(userId, type);
        }
EdkDll