Skip to content
NTX edited this page Mar 7, 2012 · 5 revisions

This application serves as TCP server framework. On start loads shared library that contains functions that will process incoming data and react on them.

There are 5 base events when main application will call these functions:

OnInit - called after the library is loaded OnConnect - called when client connects OnRecieve - called when client sends data OnSend - called when main application send data OnDisconnect - called when client disconnects

Clone this wiki locally