Herror ::send_region (
    Hobject Region,
    const HTuple &Socket
)
void HRegion::SendRegion (
    const HTuple &Socket
) const
void HRegionArray::SendRegion (
    const HTuple &Socket
) const

Send regions over a socket connection.

::send_region sends a region object over the socket connection determined by Socket. The receiving HALCON process must call ::receive_region to read the regions from the socket. For a detailed example, see ::open_socket_accept.


Parameters

Region (input_object)
region(-array) -> Hobject: HRegion(Array)
Regions to be sent.

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


Possible Predecessors

::open_socket_connect, ::socket_accept_connect


See also

::receive_region, ::send_image, ::receive_image, ::send_tuple, ::receive_tuple, ::get_next_socket_data_type


Module

System



Copyright © 1996-2002 MVTec Software GmbH