pjsip_name_addr class final

SIP name-addr, which typically appear in From, To, and Contact header. The SIP name-addr contains a generic URI and a display name.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_name_addr()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
display pj_str_t
Optional display name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Pointer<pjsip_uri>
URI part.
getter/setter pair
vptr Pointer<pjsip_uri_vptr>
Pointer to virtual function table.
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