UnnamedStruct1 class final

tp_info is part of rdata that remains static for the duration of the buffer. It is initialized when the buffer was created by transport.

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct1()

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
op_key pjsip_rx_data_op_key
Ioqueue key.
getter/setter pair
pool Pointer<pj_pool_t>
Memory pool for this buffer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tp_data Pointer<Void>
Other transport specific data to be attached to this buffer.
getter/setter pair
transport Pointer<pjsip_transport>
The transport object which received this packet.
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