pjsua_transport_info class final
This structure describes transport information returned by #pjsua_transport_get_info() function.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
- addr_len ↔ int
-
Local address length.
getter/setter pair
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - flag ↔ int
-
Transport flag (see ##pjsip_transport_flags_e).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
PJSUA transport identification.
getter/setter pair
- info ↔ pj_str_t
-
Transport string info/description.
getter/setter pair
- local_addr ↔ pj_sockaddr
-
Local/bound address.
getter/setter pair
- local_name ↔ pjsip_host_port
-
Published address (or transport address name).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ int
-
Transport type.
getter/setter pair
- type_name ↔ pj_str_t
-
Transport type name.
getter/setter pair
- usage_count ↔ int
-
Current number of objects currently referencing this transport.
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