pj_sockaddr_in6 class final
This structure describes IPv6 socket address. If PJ_SOCKADDR_HAS_LEN is not zero, then sin_zero_len member is added to this struct. As far the application is concerned, the value of this member will always be zero. Internally, PJLIB may modify the value before calling OS socket API, and reset the value back to zero before returning the struct to application.
- Inheritance
- Implemented types
- Available extensions
Constructors
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 ↔ pj_in6_addr
-
< IPv6 address.
getter/setter pair
- sin6_family ↔ int
-
< Address family.
getter/setter pair
- sin6_flowinfo ↔ int
-
< IPv6 flow information
getter/setter pair
- sin6_port ↔ int
-
< Transport layer port number.
getter/setter pair
- sin6_scope_id ↔ int
-
< Set of interfaces for a scope
getter/setter pair
- sin6_zero_len ↔ int
-
< Just ignore this.
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