I need to get a pointer to the underlying Transport object to be able to fulfill requirements of an interface.
So I have added getConnection and getTransport functions to the TcpDuplexConnection class and relevant classes. I kept the update at minimum to be able to accomplish the goal.
I need to get a pointer to the underlying Transport object to be able to fulfill requirements of an interface. So I have added getConnection and getTransport functions to the TcpDuplexConnection class and relevant classes. I kept the update at minimum to be able to accomplish the goal.