Gio.NativeSocketAddress¶
class — extends SocketAddress, SocketConnectable
A socket address of some unknown native type.
This corresponds to a general struct sockaddr of a type not otherwise
handled by GLib.
Constructors¶
new¶
Creates a new NativeSocketAddress for native and len.
Parameters:
native— a native address objectlen— the length ofnative, in bytes