Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gSocketListenerAddInetPort

gSocketListenerAddInetPort


Description

Helper function for gSocketListenerAddAddress that creates a TCP/IP socket listening on IPv4 and IPv6 (if supported) on the specified port on all interfaces.

Usage

gSocketListenerAddInetPort(object, port, source.object, .errwarn = TRUE)

Arguments

object

a GSocketListener

port

an IP port number (non-zero)

source.object

Optional GObject identifying this source

.errwarn

Whether to issue a warning on error or fail silently

Details

source.object will be passed out in the various calls to accept to identify this particular source, which is useful if you're listening on multiple addresses and do different things depending on what address is connected to. Since 2.22

Value

A list containing the following elements:

retval

[logical] TRUE on success, FALSE on error.

error

GError for error reporting, or NULL to ignore.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.