pub unsafe extern "C" fn CS104_Slave_start(self_: CS104_Slave)Expand description
Start the CS 104 slave. The slave (server) will listen on the configured TCP/IP port
NOTE: This function will start a thread that handles the incoming client connections. This function requires CONFIG_USE_THREADS = 1 and CONFIG_USE_SEMAPHORES == 1 in lib60870_config.h
ยงArguments
self- CS104_Slave instance