aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_get_tcp_port.3
diff options
context:
space:
mode:
Diffstat (limited to 'libaxl_get_tcp_port.3')
-rw-r--r--libaxl_get_tcp_port.331
1 files changed, 31 insertions, 0 deletions
diff --git a/libaxl_get_tcp_port.3 b/libaxl_get_tcp_port.3
new file mode 100644
index 0000000..4162468
--- /dev/null
+++ b/libaxl_get_tcp_port.3
@@ -0,0 +1,31 @@
+.TH libaxl_get_tcp_port 3 libaxl
+.SH NAME
+libaxl_get_tcp_port - Get file descriptor of connection
+.SH SYNOPSIS
+.nf
+#include <libaxl.h>
+
+uint16_t libaxl_get_tcp_port(int *\fIdisplay\fP);
+.fi
+.SH DESCRIPTION
+The
+.BR libaxl_get_tcp_port ()
+function returns the number TCP port that
+should be used to connect to a display based
+on the display's number, which is specified
+in the
+.I display
+parameter.
+.SH RETURN VALUE
+The
+.BR libaxl_get_tcp_port ()
+function returns TCP port that the display
+uses.
+.SH ERRORS
+The
+.BR libaxl_get_tcp_port ()
+function cannot fail.
+.SH NOTES
+None.
+.SH SEE ALSO
+.BR libaxl_get_decnet_object (3)