Emotiv.EdkDll.IEE_MentalCommandGetTrainingAction C# (CSharp) Method

IEE_MentalCommandGetTrainingAction() public static method

public static IEE_MentalCommandGetTrainingAction ( UInt32 userId, IEE_MentalCommandAction_t &pActionOut ) : Int32
userId System.UInt32
pActionOut IEE_MentalCommandAction_t
return System.Int32
        public static Int32 IEE_MentalCommandGetTrainingAction(UInt32 userId, out IEE_MentalCommandAction_t pActionOut)
        {
            return Unmanged_IEE_MentalCommandGetTrainingAction(userId, out pActionOut);
        }
EdkDll