pjsip_regc_cbparam class final

Structure to hold parameters when calling application's callback. The application's callback is called when the client registration process has finished.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_regc_cbparam()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
code int
< SIP status code received.
getter/setter pair
contact Array<Pointer<pjsip_contact_hdr>>
< Contacts.
getter/setter pair
contact_cnt int
<Number of contacts in response.
getter/setter pair
expiration int
< Next expiration interval, PJSIP_REGC_EXPIRATION_NOT_SPECIFIED if not specified.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
is_unreg int
< Expire header, if any, set to zero?
getter/setter pair
rdata Pointer<pjsip_rx_data>
< The complete received response.
getter/setter pair
reason pj_str_t
< SIP reason phrase received.
getter/setter pair
regc Pointer<pjsip_regc>
< Client registration structure.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
Error status. If this value is non-PJ_SUCCESS, some error has occured. Note that even when this contains PJ_SUCCESS the registration might have failed; in this case the \a code field will contain non successful (non-2xx status class) code
getter/setter pair
token Pointer<Void>
< Arbitrary token set by application
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