pjsip_tpselector_ip_ver class abstract
This enumerator describes the IP version criteria for pjsip_tpselector.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Constants
- PJSIP_TPSELECTOR_NO_PREFERENCE → const int
- No preference. IP version used will depend on the order of addresses returned by pjsip_resolver.
- PJSIP_TPSELECTOR_PREFER_IPV4 → const int
- IPv4 is preferred.
- PJSIP_TPSELECTOR_PREFER_IPV6 → const int
- IPv6 is preferred.
- PJSIP_TPSELECTOR_USE_IPV4_ONLY → const int
- IPv4 only.
- PJSIP_TPSELECTOR_USE_IPV6_ONLY → const int
- IPv6 only.