pjsip_transport_state class abstract

Enumeration of transport state types.

Constructors

pjsip_transport_state()

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_TP_STATE_CONNECTED → const int
< Transport connected, applicable only to connection-oriented transports such as TCP and TLS.
PJSIP_TP_STATE_DESTROY → const int
< Transport destroy, when transport is about to be destroyed.
PJSIP_TP_STATE_DISCONNECTED → const int
< Transport disconnected, applicable only to connection-oriented transports such as TCP and TLS.
PJSIP_TP_STATE_SHUTDOWN → const int
< Transport shutdown, either due to TCP/TLS disconnect error from the network, or when shutdown is initiated by PJSIP itself.