#include "engine.h"
int engClose(Engine *ep);
| Parameter | Description |
|---|---|
| Engine *ep | handle to Nelson engine. |
| Parameter | Description |
|---|---|
| int | 0 on success and 1 on failure. |
engClose closes engine session and terminates the connection.
edit([modulepath('mex', 'tests'), '/test_engine.c'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |