Emotiv.EdkDll.IEE_FacialExpressionGetThreshold C# (CSharp) Method

IEE_FacialExpressionGetThreshold() public static method

public static IEE_FacialExpressionGetThreshold ( UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 &pValueOut ) : Int32
userId System.UInt32
algoName IEE_FacialExpressionAlgo_t
thresholdName IEE_FacialExpressionThreshold_t
pValueOut System.Int32
return System.Int32
        public static Int32 IEE_FacialExpressionGetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, out Int32 pValueOut)
        {
            return Unmanged_IEE_FacialExpressionGetThreshold(userId, algoName, thresholdName, out pValueOut);
        }
EdkDll