HALCON 17.12
/
HALCON Operator Reference
/
System
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Sockets
List of Operators
close_socket
CloseSocket
CloseSocket
close_socket
Close a socket.
get_next_socket_data_type
GetNextSocketDataType
GetNextSocketDataType
get_next_socket_data_type
Determine the HALCON data type of the next socket data.
get_socket_descriptor
GetSocketDescriptor
GetSocketDescriptor
get_socket_descriptor
Get the socket descriptor of a socket used by the operating system.
get_socket_param
GetSocketParam
GetSocketParam
get_socket_param
Get the value of a socket parameter.
open_socket_accept
OpenSocketAccept
OpenSocketAccept
open_socket_accept
Open a socket that accepts connection requests.
open_socket_connect
OpenSocketConnect
OpenSocketConnect
open_socket_connect
Open a socket and connect it to an accepting socket.
receive_data
ReceiveData
ReceiveData
receive_data
Receive arbitrary data from external devices or applications using a generic socket connection.
receive_image
ReceiveImage
ReceiveImage
receive_image
Receive an image over a socket connection.
receive_region
ReceiveRegion
ReceiveRegion
receive_region
Receive regions over a socket connection.
receive_serialized_item
ReceiveSerializedItem
ReceiveSerializedItem
receive_serialized_item
Receive a serialized item over a socket connection.
receive_tuple
ReceiveTuple
ReceiveTuple
receive_tuple
Receive a tuple over a socket connection.
receive_xld
ReceiveXld
ReceiveXld
receive_xld
Receive an XLD object over a socket connection.
send_data
SendData
SendData
send_data
Send arbitrary data to external devices or applications using a generic socket communication.
send_image
SendImage
SendImage
send_image
Send an image over a socket connection.
send_region
SendRegion
SendRegion
send_region
Send regions over a socket connection.
send_serialized_item
SendSerializedItem
SendSerializedItem
send_serialized_item
Send a serialized item over a socket connection.
send_tuple
SendTuple
SendTuple
send_tuple
Send a tuple over a socket connection.
send_xld
SendXld
SendXld
send_xld
Send an XLD object over a socket connection.
set_socket_param
SetSocketParam
SetSocketParam
set_socket_param
Set a socket parameter.
socket_accept_connect
SocketAcceptConnect
SocketAcceptConnect
socket_accept_connect
Accept a connection request on a listening socket of the protocol type
'HALCON'
"HALCON"
"HALCON"
"HALCON"
"HALCON"
or
'TCP'
"TCP"
"TCP"
"TCP"
"TCP"
/
'TCP4'
"TCP4"
"TCP4"
"TCP4"
"TCP4"
/
'TCP6'
"TCP6"
"TCP6"
"TCP6"
"TCP6"
.
Classes
Classes
|
|
Operators