Home
Manual
Topics
Types
Symbols
std::open_tcp_socket
opens a TCP socket
Parameters
uri
the universal resource identifier of the socket
port_no
the port number to connect to
Results
None
Topic
POSIX
See also
std::open_unix_socket
opens a UNIX domain socket
std::open
opens a file
std::close
closes the specified file without returning success status
std::read
a low level read function
std::write
a low level write function