I have instantiated an instance of a MySS::ServerSocket on my MainWindow.
AddSocket instantiates a MyTCPSocket returns it as a TCPSocket
MyTCPSocket class declares an event MyDataReceived, which it ‘raises’ (?) after the TCPSocket dataAvailable event is done.
How do I receive the MyDataRecieved event on my MainWindow? Who got the event?
5 posts - 3 participants