Emotiv.EdkDll.Unmanged_IEE_FacialExpressionSetTrainingAction C# (CSharp) Method

Unmanged_IEE_FacialExpressionSetTrainingAction() private method

private Unmanged_IEE_FacialExpressionSetTrainingAction ( UInt32 userId, IEE_FacialExpressionAlgo_t action ) : Int32
userId UInt32
action IEE_FacialExpressionAlgo_t
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionSetTrainingAction(UInt32 userId, IEE_FacialExpressionAlgo_t action);
EdkDll