engClose
Close Nelson engine session
📝Syntax
#include "engine.h"
int engClose(Engine *ep);
📥Input Arguments
Parameter Description
Engine *ep handle to Nelson engine.
📤Output Arguments
Parameter Description
int 0 on success and 1 on failure.
📄Description

engClose closes engine session and terminates the connection.

💡Examples
edit([modulepath('mex', 'tests'), '/test_engine.c'])
🔗See Also
mexengOpen
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub