RGtk2 (version 2.20.31)

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

Value

Details

Since 2.22