pjsip_multipart_part class final

This structure describes the individual body part inside a multipart message body. It mainly contains the message body itself and optional headers.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_multipart_part()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
body Pointer<pjsip_msg_body>
Pointer to the message body.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hdr pjsip_hdr
Optional message headers.
getter/setter pair
next Pointer<pjsip_multipart_part>
getter/setter pair
prev Pointer<pjsip_multipart_part>
getter/setter pair
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