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

gSocketGetFd

gSocketGetFd


Description

Returns the underlying OS socket object. On unix this is a socket file descriptor, and on windows this is a Winsock2 SOCKET handle. This may be useful for doing platform specific or otherwise unusual operations on the socket.

Usage

gSocketGetFd(object)

Arguments

object

a GSocket.

Details

Since 2.22

Value

[integer] the file descriptor of the socket.

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.