Learn R Programming

RGtk2 (version 2.20.1)

GInetSocketAddress: GInetSocketAddress

Description

Internet GSocketAddress

Arguments

Methods and Functions

gInetSocketAddressNew(address, port) gInetSocketAddressGetAddress(object) gInetSocketAddressGetPort(object) gInetSocketAddress(address, port)

Hierarchy

GObject +----GSocketAddress +----GInetSocketAddress

Interfaces

GInetSocketAddress implements GSocketConnectable.

Detailed Description

An IPv4 or IPv6 socket address; that is, the combination of a GInetAddress and a port number.

Convenient Construction

gInetSocketAddress is the equivalent of gInetSocketAddressNew.

References

http://library.gnome.org/devel//gio/GInetSocketAddress.html