pjsip_tsx_state_e class abstract

This enumeration represents transaction state.

Constructors

pjsip_tsx_state_e()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

PJSIP_TSX_STATE_CALLING → const int
< For UAC, just after request is sent.
PJSIP_TSX_STATE_COMPLETED → const int
< For UAS/UAC, after final response.
PJSIP_TSX_STATE_CONFIRMED → const int
< For UAS, after ACK is received.
PJSIP_TSX_STATE_DESTROYED → const int
< For UAS/UAC, will be destroyed now.
PJSIP_TSX_STATE_MAX → const int
< Number of states.
PJSIP_TSX_STATE_NULL → const int
< For UAC, before any message is sent.
PJSIP_TSX_STATE_PROCEEDING → const int
< For UAS/UAC, after provisional response.
PJSIP_TSX_STATE_TERMINATED → const int
< For UAS/UAC, before it's destroyed.
PJSIP_TSX_STATE_TRYING → const int
< For UAS, just after request is received.