Emotiv.EdkDll.Unmanged_IEE_MentalCommandSetTrainingAction C# (CSharp) Method

Unmanged_IEE_MentalCommandSetTrainingAction() private method

private Unmanged_IEE_MentalCommandSetTrainingAction ( UInt32 userId, IEE_MentalCommandAction_t action ) : Int32
userId UInt32
action IEE_MentalCommandAction_t
return Int32
        static extern Int32 Unmanged_IEE_MentalCommandSetTrainingAction(UInt32 userId, IEE_MentalCommandAction_t action);
EdkDll