Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gSocketIsConnected: gSocketIsConnected
Description
Check whether the socket is connected. This is only useful for connection-oriented sockets.
Usage
gSocketIsConnected(object)
Arguments
object
a
GSocket
.
Value
TRUE
if socket is connected,
FALSE
otherwise.
Details
Since 2.22