Emotiv.EdkDll.IEE_MentalCommandGetTrainingAction C# (CSharp) Méthode

IEE_MentalCommandGetTrainingAction() public static méthode

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