Herror ::send_tuple (
    const HTuple &Socket,
    const HTuple &Tuple
)

Send a tuple over a socket connection.

::send_tuple sends a tuple over the socket connection determined by Socket. The receiving HALCON process must call ::receive_tuple to read the tuple from the socket. For a detailed example, see ::open_socket_accept.


Parameters

Socket (input_control)
socket_id -> HTuple.long
Socket number.

Tuple (input_control)
string -> HTuple.char *
Tuple to be sent.


Possible Predecessors

::open_socket_connect, ::socket_accept_connect


See also

::receive_tuple, ::send_image, ::receive_image, ::send_region, ::receive_region, ::get_next_socket_data_type


Module

System



Copyright © 1996-2002 MVTec Software GmbH