Hello,
is it possible to open a port in listening mode by the function tcpOpen() ?
If not, does exists any other way to do it ?
Thanks
Riccardo
tcpOpen in listening mode
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: tcpOpen in listening mode
With the tcpOpen function it is not possible to open a port in listening mode.
With a c++ control extension it is possible to add your own function to the control language. It is located in the documentation under 'Special functions' -> 'Control Extensions'.
Perhaps it is an option to use UDP instead. The udpOpen function listens on the specified local address for incoming data.
With a c++ control extension it is possible to add your own function to the control language. It is located in the documentation under 'Special functions' -> 'Control Extensions'.
Perhaps it is an option to use UDP instead. The udpOpen function listens on the specified local address for incoming data.