Emotiv.EdkDll.Unmanged_IEE_FacialExpressionGetThreshold C# (CSharp) Method

Unmanged_IEE_FacialExpressionGetThreshold() private method

private Unmanged_IEE_FacialExpressionGetThreshold ( UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 &pValueOut ) : Int32
userId UInt32
algoName IEE_FacialExpressionAlgo_t
thresholdName IEE_FacialExpressionThreshold_t
pValueOut Int32
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionGetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, out Int32 pValueOut);
EdkDll