receive_imageπ
Short descriptionπ
receive_image β Receive an image over a socket connection.
Signatureπ
receive_image( out image Image, socket Socket )
Descriptionπ
receive_image reads an image object that was sent over the
socket connection determined by Socket by another HALCON
process using the operator send_image. If no image has been
sent, the HALCON process calling receive_image blocks until
enough data arrives. For a detailed example, see
open_socket_accept.
Attentionπ
βint8β images can be received by 64 bit systems only!
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
Image (output_object) image(-array) β object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Received image.
Socket (input_control) socket β (handle)
Socket number.
Combinations with other operatorsπ
Combinations
Possible predecessors
open_socket_connect, socket_accept_connect, get_socket_param, set_socket_param
See also
send_image, send_region, receive_region, send_tuple, receive_tuple, get_next_socket_data_type
Moduleπ
Foundation