UnnamedStruct3 class final

Transport information, only valid during on_tx_request() and on_tx_response() callback.

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct3()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dst_addr pj_sockaddr
< Destination address.
getter/setter pair
dst_addr_len int
< Length of address.
getter/setter pair
dst_name Array<Char>
< Destination address.
getter/setter pair
dst_port int
< Destination port.
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
transport Pointer<pjsip_transport>
< Transport being used.
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