UnnamedStruct2 class final

Destination information, to be used to determine the network address of the message. For a request, this information is initialized when the request is sent with #pjsip_endpt_send_request_stateless() and network address is resolved. For CANCEL request, this information will be copied from the original INVITE to make sure that the CANCEL request goes to the same physical network address as the INVITE request.

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct2()

Properties

addr pjsip_server_addresses
Server addresses resolved.
getter/setter pair
address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cur_addr int
Current server address being tried.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name pj_str_t
Server name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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