tf_img_open_net_recv

Name

tf_img_open_net_recv -- 

Synopsis

int tf_img_open_net_recv (int portnum);

Arguments

portnum

Description

This function takes a port number, creates a stream socket and listens for a connection on the specified port. When a connection is requested, this function accepts it and opens a second stream socket, and returns this second socket handle. This function should be used when receiving (not sending) images.