Emotiv.EdkDll.Unmanged_IEE_FacialExpressionGetTrainingAction C# (CSharp) Method

Unmanged_IEE_FacialExpressionGetTrainingAction() private method

private Unmanged_IEE_FacialExpressionGetTrainingAction ( UInt32 userId, IEE_FacialExpressionAlgo_t &pActionOut ) : Int32
userId UInt32
pActionOut IEE_FacialExpressionAlgo_t
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionGetTrainingAction(UInt32 userId, out IEE_FacialExpressionAlgo_t pActionOut);
EdkDll