pj_stun_nat_detect_result class final
This structure contains the result of NAT classification function.
- 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 - hashCode → int
-
The hash code for this object.
no setterinherited
- nat_type ↔ int
-
This contains the NAT type as detected by the detection procedure.
This value is only valid when the \a status is PJ_SUCCESS.
getter/setter pair
-
nat_type_name
↔ Pointer<
Char> -
Text describing that NAT type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ int
-
Status of the detection process. If this value is not PJ_SUCCESS,
the detection has failed and \a nat_type field will contain
PJ_STUN_NAT_TYPE_UNKNOWN.
getter/setter pair
-
status_text
↔ Pointer<
Char> -
The text describing the status, if the status is not PJ_SUCCESS.
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