| GInetSocketAddress {RGtk2} | R Documentation |
Internet GSocketAddress
gInetSocketAddressNew(address, port)
gInetSocketAddressGetAddress(object)
gInetSocketAddressGetPort(object)
gInetSocketAddress(address, port)
GObject
+----GSocketAddress
+----GInetSocketAddress
GInetSocketAddress implements
GSocketConnectable.
An IPv4 or IPv6 socket address; that is, the combination of a
GInetAddress and a port number.
GInetSocketAddress
An IPv4 or IPv6 socket address, corresponding to a
struct sockaddr_inor
structsockaddr_in6.
gInetSocketAddress is the equivalent of gInetSocketAddressNew.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gio/GInetSocketAddress.html