Emotiv.EdkDll.IEE_MentalCommandSetTrainingAction C# (CSharp) Method

IEE_MentalCommandSetTrainingAction() public static method

public static IEE_MentalCommandSetTrainingAction ( UInt32 userId, IEE_MentalCommandAction_t action ) : Int32
userId System.UInt32
action IEE_MentalCommandAction_t
return System.Int32
        public static Int32 IEE_MentalCommandSetTrainingAction(UInt32 userId, IEE_MentalCommandAction_t action)
        {
            return Unmanged_IEE_MentalCommandSetTrainingAction(userId, action);
        }
EdkDll