sockaddr_in6 class final

Inheritance
Implemented types
Available extensions

Constructors

sockaddr_in6.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sin6_addr in6_addr
IP6 address
getter/setter pair
sin6_family int
AF_INET6 (sa_family_t)
getter/setter pair
sin6_flowinfo int
IP6 flow information
getter/setter pair
sin6_len int
length of this struct(sa_family_t)
getter/setter pair
sin6_port int
Transport layer port # (in_port_t)
getter/setter pair
sin6_scope_id int
scope zone index
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited