Emotiv.EdkDll.Unmanged_IEE_FacialExpressionSetThreshold C# (CSharp) Method

Unmanged_IEE_FacialExpressionSetThreshold() private method

private Unmanged_IEE_FacialExpressionSetThreshold ( UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value ) : Int32
userId UInt32
algoName IEE_FacialExpressionAlgo_t
thresholdName IEE_FacialExpressionThreshold_t
value Int32
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionSetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value);
EdkDll