| Table of Contents / System / Sockets | Operators |
get_socket_descriptor — Get the socket descriptor of a socket used by the operating system.
get_socket_descriptor( : : Socket : SocketDescriptor)
get_socket_descriptor returns the socket descriptor used by the operating system for the socket connection that is passed in Socket. The socket descriptor can be used in operating system calls such as select, read, write, recv, or send.
Socket number.
Socket descriptor used by the operating system.
open_socket_accept, open_socket_connect, socket_accept_connect
Foundation
| Table of Contents / System / Sockets | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |