send_image ( Image : : Socket : )

Send an image over a socket connection.

send_image sends an image object over the socket connection determined by Socket. The receiving HALCON process must call receive_image to read the image from the socket. For a detailed example, see open_socket_accept.


Parameters

Image (input_object)
image(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Image to be sent.

Socket (input_control)
socket_id -> integer
Socket number.


Parallelization Information

send_image is reentrant and processed without parallelization.


Possible Predecessors

open_socket_connect, socket_accept_connect


See also

receive_image, send_region, receive_region, send_tuple, receive_tuple, get_next_socket_data_type


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH