Lingua

TrafficDescriptor Class

Definition

A traffic descriptor, as defined in 3GPP TS 24.

[Android.Runtime.Register("android/telephony/data/TrafficDescriptor", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class TrafficDescriptor : Java.Lang.Object, Android.OS.IParcelable, IDisposable
[<Android.Runtime.Register("android/telephony/data/TrafficDescriptor", ApiSince=31, DoNotGenerateAcw=true)>]
type TrafficDescriptor = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
TrafficDescriptor
Attributes
Implements

Remarks

A traffic descriptor, as defined in 3GPP TS 24.526 Section 5.2. It is used for UE Route Selection Policy(URSP) traffic matching as described in 3GPP TS 24.526 Section 4.2.2. It includes an optional Data Network Name(DNN), which, if present, must be used for traffic matching; it does not specify the end point to be used for the data call.

Java documentation for android.telephony.data.TrafficDescriptor.

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.

Fields

Name Description
ConnectionCapabilityBackground
Obsolete.

Any traffic that is not time-sensitive, e.

ConnectionCapabilityDownlinkStreaming
Obsolete.

Downlink streaming, characterized as downlink high data rates content and low latency.

ConnectionCapabilityIms
Obsolete.

IMS Voice + Video comprising voice, video telephony and multimedia communications over IP networks.

ConnectionCapabilityInternet
Obsolete.

Internet data traffic with wide availability but no critical requirements on latency or data rates.

ConnectionCapabilityIotDelayTolerant
Obsolete.

Delay-tolerant, low sustained data rate IoT traffic.

ConnectionCapabilityIotNonDelayTolerant
Obsolete.

Non-delay-tolerant, low sustained data rate IoT traffic

ConnectionCapabilityLcsUserPlanePositioning
Obsolete.

LCS user plane positioning

ConnectionCapabilityLowLatencyLossTolerantUnack
Obsolete.

Traffic which has low latency requirements and is tolerant to some loss, hence using un-acknowledged mode at the Radio Link Control (RLC) layer.

ConnectionCapabilityMissionCriticalCommunications
Obsolete.

Mission-critical communications, may include MC-PTT, MC video, and MC data.

ConnectionCapabilityMms
Obsolete.

MMS (Multimedia Messaging Service)

ConnectionCapabilityRealTimeInteractive
Obsolete.

Real time interactive traffic, for example, for gaming or AR/VR.

ConnectionCapabilitySupl
Obsolete.

SUPL (Secure User Plane Location)

ConnectionCapabilityTimeCriticalCommunications
Obsolete.

Time Critical Communications, with bounded, low to very low latency requirements, and high availability.

ConnectionCapabilityUnifiedCommunications
Obsolete.

Unified communications traffic, which comprise communications through a single user interface at the UE, for instance instant messaging, VoIP, and video collaboration through the same application.

ConnectionCapabilityUnknown
Obsolete.

Unknown connection capability.

ConnectionCapabilityUplinkStreaming
Obsolete.

Uplink streaming, characterized as uplink high data rates content and low latency

ConnectionCapabilityVehicularCommunications
Obsolete.

Vehicle-to-Everything (V2X) traffic comprising V2X messages, characterized by low latency, high reliability, and high availability.

Properties

Name Description
Class

Returns the runtime class of this Object.

(Inherited from Object)
ConnectionCapability

Get the connection capability of the traffic.

Creator
DataNetworkName

DNN stands for Data Network Name and represents an APN as defined in 3GPP TS 23.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode

Gets the identity hash code assigned to this Java peer by the interop runtime.

(Inherited from Object)
JniManagedPeerState (Inherited from JavaObject)
JniPeerMembers
PeerReference

Gets the JNI object reference for this Java peer.

(Inherited from Object)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Name Description
Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Construct(JniObjectReference, JniObjectReferenceOptions) (Inherited from JavaObject)
DescribeContents()
Dispose()

Releases the resources held by this Java peer.

(Inherited from Object)
Dispose(Boolean)

Releases the resources held by this Java peer.

(Inherited from Object)
DisposeUnlessReferenced() (Inherited from JavaObject)
Equals(Object) (Inherited from JavaObject)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetOsAppId()

OsAppId identifies a broader traffic category.

JavaFinalize()
Obsolete.

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions) (Inherited from JavaObject)
ToArray<T>()

Creates a managed array from this Java array wrapper.

(Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime()

Unregisters this Java peer from the interop runtime.

(Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Explicit Interface Implementations

Name Description
IJavaPeerable.Disposed() (Inherited from JavaObject)
IJavaPeerable.Finalized() (Inherited from JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock (Inherited from JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from JavaObject)
IJavaPeerable.UnregisterFromRuntime()

Extension Methods

Name Description
GetJniTypeName(IJavaPeerable)

Gets the JNI name of the type of the instance self.

JavaAs<TResult>(IJavaPeerable)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
TryJavaCast<TResult>(IJavaPeerable, TResult)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

Applies to