Emotiv.EdkDll.Unmanaged_IS_FacialExpressionIsActive C# (CSharp) Méthode

Unmanaged_IS_FacialExpressionIsActive() private méthode

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