aboutsummaryrefslogblamecommitdiffstats
path: root/man3/libaxl_get_tcp_port.3
blob: 6d39f0dd322b21c7483c63231c4b6a1f2161f319 (plain) (tree)
1
2
3
4

                                
                                                       
             



























                                                 
.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)