gSocketGetFd: gSocketGetFd

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

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

1
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 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gSocketGetFd in RGtk2...