Emotiv.EdkDll.Unmanged_IEE_MentalCommandSetActivationLevel C# (CSharp) Method

Unmanged_IEE_MentalCommandSetActivationLevel() private method

private Unmanged_IEE_MentalCommandSetActivationLevel ( UInt32 userId, Int32 level ) : Int32
userId UInt32
level Int32
return Int32
        static extern Int32 Unmanged_IEE_MentalCommandSetActivationLevel(UInt32 userId, Int32 level);
EdkDll