pub unsafe extern "C" fn CS104_Slave_stopThreadless(
self_: CS104_Slave,
)Expand description
Stop the server in non-threaded mode
Stop listening to incoming TCP/IP connections and close all open connections. Event buffers will be deactivated.
pub unsafe extern "C" fn CS104_Slave_stopThreadless(
self_: CS104_Slave,
)Stop the server in non-threaded mode
Stop listening to incoming TCP/IP connections and close all open connections. Event buffers will be deactivated.