Emotiv.EdkDll.IEE_FacialExpressionSetThreshold C# (CSharp) Method

IEE_FacialExpressionSetThreshold() public static method

public static IEE_FacialExpressionSetThreshold ( UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value ) : Int32
userId System.UInt32
algoName IEE_FacialExpressionAlgo_t
thresholdName IEE_FacialExpressionThreshold_t
value System.Int32
return System.Int32
        public static Int32 IEE_FacialExpressionSetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value)
        {
            return Unmanged_IEE_FacialExpressionSetThreshold(userId, algoName, thresholdName, value);
        }
EdkDll