gSocketIsConnected {RGtk2}R Documentation

gSocketIsConnected

Description

Check whether the socket is connected. This is only useful for connection-oriented sockets.

Usage

gSocketIsConnected(object)

Arguments

object

a GSocket.

Details

Since 2.22

Value

[logical] TRUE if socket is connected, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]