pjsip_transport_state_info class final

Structure of transport state info passed by #pjsip_tp_state_callback.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
ext_info Pointer<Void>
Optional extended info, the content is specific for each transport type.
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
status int
The last error code related to the transport state.
getter/setter pair
user_data Pointer<Void>
Optional user data. In global transport state notification, this will always be NULL.
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