skip to main content
Embedding Server in C/C++ Applications : C API
 

C API

The embedded server exposes the functions server_start and server_stop listed below. They are defined in the header file shlibsrv.h. These functions can be accessed by dynamically loading the oasoa.dll (or liboasoa.so) shared library or by statically linking with the associated lib (or .a) file.
In this section: 
* server_start
* server_stop