pjsip_contact_hdr class final

Contact header. In this library, contact header only contains single URI. If a message has multiple URI in the Contact header, the URI will be put in separate Contact headers.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_contact_hdr()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
expires int
< Expires parameter, otherwise PJSIP_EXPIRES_NOT_SPECIFIED if not present.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name pj_str_t
getter/setter pair
next Pointer<pjsip_contact_hdr>
getter/setter pair
other_param pjsip_param
< Other parameters, concatenated in a single string.
getter/setter pair
prev Pointer<pjsip_contact_hdr>
getter/setter pair
q1000 int
< The "q" value times 1000 (to avoid float)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sname pj_str_t
getter/setter pair
star int
< The contact contains only a '*' character
getter/setter pair
type int
getter/setter pair
uri Pointer<pjsip_uri>
< URI in the contact.
getter/setter pair
vptr Pointer<pjsip_hdr_vptr>
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