Emotiv.EdkDll.Unmanged_IEE_FacialExpressionSetTrainingControl C# (CSharp) Method

Unmanged_IEE_FacialExpressionSetTrainingControl() private method

private Unmanged_IEE_FacialExpressionSetTrainingControl ( UInt32 userId, IEE_FacialExpressionTrainingControl_t control ) : Int32
userId UInt32
control IEE_FacialExpressionTrainingControl_t
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionSetTrainingControl(UInt32 userId, IEE_FacialExpressionTrainingControl_t control);
EdkDll