0

Feedbacks from TCP stream

Hi!
When creating roTCPStream in script, I can send data to the specified ip and port. But, how do I read feedback? The roTCPStream object has a Send method, but does not have a Read method. Or is the feedback reading being organized in a different way?

 

1 comment

  • 0
    Avatar
    Lyndon

     

    You'd use a message port object. You call set port with your stream object, and then you listen for events, and check if the received event is a tcp one. 

Please sign in to leave a comment.