UnnamedStruct6 class final
msg_info is initialized by transport mgr (tpmgr) before this buffer is passed to endpoint.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
cid
↔ Pointer<
pjsip_cid_hdr> -
The Call-ID header as found in the message.
getter/setter pair
-
clen
↔ Pointer<
pjsip_clen_hdr> -
Content-length header.
getter/setter pair
-
cseq
↔ Pointer<
pjsip_cseq_hdr> -
The CSeq header as found in the message.
getter/setter pair
-
ctype
↔ Pointer<
pjsip_ctype_hdr> -
Content-type header.
getter/setter pair
-
from
↔ Pointer<
pjsip_from_hdr> -
The From header as found in the message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
info
↔ Pointer<
Char> -
Short description about the message.
Application should use #pjsip_rx_data_get_info() instead.
getter/setter pair
- len ↔ int
-
Length fo message.
getter/setter pair
-
max_fwd
↔ Pointer<
pjsip_max_fwd_hdr> -
Max forwards header.
getter/setter pair
-
msg
↔ Pointer<
pjsip_msg> -
The parsed message, if any.
getter/setter pair
-
msg_buf
↔ Pointer<
Char> -
Start of msg buffer.
getter/setter pair
- parse_err ↔ pjsip_parser_err_report
-
The list of error generated by the parser when parsing
this message.
getter/setter pair
-
record_route
↔ Pointer<
pjsip_rr_hdr> -
The first record-route header.
getter/setter pair
-
require
↔ Pointer<
pjsip_require_hdr> -
"Require" header containing aggregates of all Require
headers found in the message, or NULL.
getter/setter pair
-
route
↔ Pointer<
pjsip_route_hdr> -
The first route header.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supported
↔ Pointer<
pjsip_supported_hdr> -
"Supported" header containing aggregates of all Supported
headers found in the message, or NULL.
getter/setter pair
-
to
↔ Pointer<
pjsip_to_hdr> -
The To header as found in the message.
getter/setter pair
-
via
↔ Pointer<
pjsip_via_hdr> -
The topmost Via header as found in the message.
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