pub unsafe extern "C" fn CS104_Slave_tick(self_: CS104_Slave)Expand description
Protocol stack tick function for non-threaded mode.
Handle incoming connection requests and messages, send buffered events, and handle periodic tasks.
NOTE: This function has to be called periodically by the application.