engClose
Close Nelson engine session
Syntax
#include "engine.h"
int engClose(Engine *ep);
Input argument
Engine *ep - handle to Nelson engine.
Output argument
int - 0 on success and 1 on failure.
Description
engClose closes engine session and terminates the connection.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated