Operator Reference
receive_xld (Operator)
receive_xld
— Receive an XLD object over a socket connection.
Signature
Description
receive_xld
reads an XLD object that was sent over the
socket connection determined by Socket
by another HALCON
process using the operator send_xld
. If no XLD object has
been sent, the HALCON process calling receive_xld
blocks
until enough data arrives. For a detailed example, see
send_xld
.
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
XLD
(output_object) xld(-array) →
object
Received XLD object.
Socket
(input_control) socket →
(handle)
Socket number.
Possible Predecessors
open_socket_connect
,
socket_accept_connect
,
get_socket_param
,
set_socket_param
See also
send_xld
,
send_image
,
receive_image
,
send_region
,
receive_region
,
send_tuple
,
receive_tuple
,
get_next_socket_data_type
Module
Foundation