pub unsafe extern "C" fn CS104_Slave_startThreadless(
self_: CS104_Slave,
)Expand description
Start the slave (server) in non-threaded mode.
Start listening to incoming TCP/IP connections.
NOTE: Server should only be started after all configuration is done.