Emotiv.EdkDll.Unmanaged_IS_FacialExpressionIsActive C# (CSharp) Method

Unmanaged_IS_FacialExpressionIsActive() private method

private Unmanaged_IS_FacialExpressionIsActive ( IntPtr state, IEE_FacialExpressionAlgo_t type ) : System.Boolean
state System.IntPtr
type IEE_FacialExpressionAlgo_t
return System.Boolean
        static extern Boolean Unmanaged_IS_FacialExpressionIsActive(IntPtr state, IEE_FacialExpressionAlgo_t type);
EdkDll