套接字

算子列表

close_socketCloseSocketclose_socketCloseSocketclose_socket
关闭一个套接字。
get_next_socket_data_typeGetNextSocketDataTypeget_next_socket_data_typeGetNextSocketDataTypeget_next_socket_data_type
Determine the HALCON data type of the next socket data.
get_socket_descriptorGetSocketDescriptorget_socket_descriptorGetSocketDescriptorget_socket_descriptor
Get the socket descriptor of a socket used by the operating system.
get_socket_paramGetSocketParamget_socket_paramGetSocketParamget_socket_param
Get the value of a socket parameter.
open_socket_acceptOpenSocketAcceptopen_socket_acceptOpenSocketAcceptopen_socket_accept
打开接受连接请求的套接字。
open_socket_connectOpenSocketConnectopen_socket_connectOpenSocketConnectopen_socket_connect
打开套接字并将其连接到接受的套接字。
receive_dataReceiveDatareceive_dataReceiveDatareceive_data
Receive arbitrary data from external devices or applications using a generic socket connection.
receive_imageReceiveImagereceive_imageReceiveImagereceive_image
Receive an image over a socket connection.
receive_regionReceiveRegionreceive_regionReceiveRegionreceive_region
Receive regions over a socket connection.
receive_serialized_itemReceiveSerializedItemreceive_serialized_itemReceiveSerializedItemreceive_serialized_item
从一个套接字连接上接收一个序列化项。
receive_tupleReceiveTuplereceive_tupleReceiveTuplereceive_tuple
Receive a tuple over a socket connection.
receive_xldReceiveXldreceive_xldReceiveXldreceive_xld
Receive an XLD object over a socket connection.
send_dataSendDatasend_dataSendDatasend_data
Send arbitrary data to external devices or applications using a generic socket communication.
send_imageSendImagesend_imageSendImagesend_image
Send an image over a socket connection.
send_regionSendRegionsend_regionSendRegionsend_region
Send regions over a socket connection.
send_serialized_itemSendSerializedItemsend_serialized_itemSendSerializedItemsend_serialized_item
通过一个套接字连接发送一个序列化项目。
send_tupleSendTuplesend_tupleSendTuplesend_tuple
Send a tuple over a socket connection.
send_xldSendXldsend_xldSendXldsend_xld
Send an XLD object over a socket connection.
set_socket_paramSetSocketParamset_socket_paramSetSocketParamset_socket_param
Set a socket parameter.
socket_accept_connectSocketAcceptConnectsocket_accept_connectSocketAcceptConnectsocket_accept_connect
Accept a connection request on a listening socket of the protocol type 'HALCON'"HALCON""HALCON""HALCON""HALCON""HALCON" or 'TCP'"TCP""TCP""TCP""TCP""TCP"/'TCP4'"TCP4""TCP4""TCP4""TCP4""TCP4"/'TCP6'"TCP6""TCP6""TCP6""TCP6""TCP6".