I have an existing connection which is build by an API. It is possible to retrieve an int for the existing connection from the API. I have to watch that connection for new data and call an API-Function every time data arrived. It would be nice if I could use Events for this. My question now is, if it is possible to use wxSocketClient or wxSocketBase for this matter.
Can I create a wxSocketClient-Instance and tell it to watch the existing connection? I couldn't find a possibility to do so.