RouteSelectionSessionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Session types for route selection descriptors.
public enum RouteSelectionSessionType
type RouteSelectionSessionType =
- Inheritance
-
RouteSelectionSessionType
Fields
| Name | Value | Description |
|---|---|---|
| Ipv4 | 0 | The route selection descriptor is for the session with IPv4 type. |
| Ipv6 | 1 | The route selection descriptor is for the session with IPv6 type. |
| Ipv4v6 | 2 | The route selection descriptor is for the session with both IPv4 and IPv6 types. |
Remarks
Java documentation for android.telephony.data.RouteSelectionDescriptor.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.