TCPIP Call Backs

Is there a good resource on how to write TCPIP call backs. I have a software that will send back tcpip data but i have no idea how to receive it and get it in to a usable format.

There’s a simple example here of a TCP/IP set up:

[url]https://github.com/raganmd/td_fb_forum_examples/tree/master/example_explorer/tox_files[/url]

Look for “base_tcpip_example”

Also take a look at op snippets from the help menu - there’s another set of examples there.

raganmd you are the man!!