Emotiv.EdkDll.IEE_MentalCommandSetActiveActions C# (CSharp) Method

IEE_MentalCommandSetActiveActions() public static method

public static IEE_MentalCommandSetActiveActions ( UInt32 userId, UInt32 activeActions ) : Int32
userId System.UInt32
activeActions System.UInt32
return System.Int32
        public static Int32 IEE_MentalCommandSetActiveActions(UInt32 userId, UInt32 activeActions)
        {
            return Unmanged_IEE_MentalCommandSetActiveActions(userId, activeActions);
        }

Same methods

EdkDll::IEE_MentalCommandSetActiveActions ( UInt32 userId, ulong activeActions ) : Int32
EdkDll