pjsip_timer_setting class final

This structure describes Session Timers settings in an invite session.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_timer_setting()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
min_se int
Specify minimum session expiration period, in seconds. Must not be lower than 90. Default is 90.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sess_expires int
Specify session expiration period, in seconds. Must not be lower than #min_se. Default is 1800.
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