Emotiv.EdkDll.IEE_MentalCommandSetTrainingAction C# (CSharp) 메소드

IEE_MentalCommandSetTrainingAction() 공개 정적인 메소드

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