Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page SendMsg  Other functions Next page


To terminate a connection, use the Disconnect function:

void Disconnect (LPCTSTR id)

, where LPCTSTR id is the connection ID passed in the call to the Connect function.

If the connection is terminated by Axxon PSIM, DISCONNECTED is passed to the callback function.

Note:

 An example of using the Disconnect function is given in Section SendMsg.
  • No labels