aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libaxl_get_tcp_port.3
blob: 6d39f0dd322b21c7483c63231c4b6a1f2161f319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH libaxl_get_tcp_port 3 libaxl
.SH NAME
libaxl_get_tcp_port - Get TCP port number for a display
.B (ADVANCED)
.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)