IP6Address
Object Hierarchy:
Description:
[ CCode ( ref_function = "nm_ip6_address_ref" , type_id = "nm_ip6_address_get_type ()" , unref_function = "nm_ip6_address_unref" ) ]
[ Compact ]
public class IP6Address
Content:
Creation methods:
Methods:
- public void @ref ()
Increases the reference count of the object.
- public bool compare (IP6Address other)
Determines if two IP6Address objects
contain the same values.
- public IP6Address dup ()
Copies a given IP6Address object and
returns the copy.
- public unowned uint8[] get_address ()
Gets the IPv6 address property of this address object.
- public unowned uint8[] get_gateway ()
Gets the IPv6 default gateway property of this address object.
- public uint32 get_prefix ()
Gets the IPv6 address prefix property of this address object.
- public void set_address (void* addr)
Sets the IPv6 address property of this object.
- public void set_gateway (void* gateway)
Sets the IPv6 default gateway property of this address object.
- public void set_prefix (uint32 prefix)
Sets the IPv6 address prefix.
- public void unref ()
Decreases the reference count of the object.