pj_sockaddr_in class final

This structure describes Internet 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

pj_sockaddr_in()

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
sin_addr pj_in_addr
< IP address.
getter/setter pair
sin_family int
< Address family.
getter/setter pair
sin_port int
< Transport layer port number.
getter/setter pair
sin_zero_len int
< Just ignore this.
getter/setter pair
sin_zero_pad Array<Char>
< Padding.
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