pjsip_rx_data class final

Incoming message buffer. This structure keep all the information regarding the received message. This buffer lifetime is only very short, normally after the transaction has been called, this buffer will be deleted/recycled. So care must be taken when allocating storage from the pool of this buffer.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_rx_data.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
endpt_info UnnamedStruct7
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msg_info UnnamedStruct6
getter/setter pair
pkt_info UnnamedStruct5
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tp_info UnnamedStruct1
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