Emotiv.EdkDll.Unmanaged_IS_FacialExpressionIsActive C# (CSharp) Метод

Unmanaged_IS_FacialExpressionIsActive() приватный Метод

private Unmanaged_IS_FacialExpressionIsActive ( IntPtr state, IEE_FacialExpressionAlgo_t type ) : System.Boolean
state System.IntPtr
type IEE_FacialExpressionAlgo_t
Результат System.Boolean
        static extern Boolean Unmanaged_IS_FacialExpressionIsActive(IntPtr state, IEE_FacialExpressionAlgo_t type);
EdkDll