Emotiv.EdkDll.IEE_MentalCommandSetActivationLevel C# (CSharp) Method

IEE_MentalCommandSetActivationLevel() public static method

public static IEE_MentalCommandSetActivationLevel ( UInt32 userId, Int32 level ) : Int32
userId System.UInt32
level System.Int32
return System.Int32
        public static Int32 IEE_MentalCommandSetActivationLevel(UInt32 userId, Int32 level)
        {
            return Unmanged_IEE_MentalCommandSetActivationLevel(userId, level);
        }
EdkDll