Share via


ApnSetting.MtuV6 Property

Definition

Returns the MTU size of the IPv6 mobile interface to which the APN connected.

public virtual int MtuV6 { [Android.Runtime.Register("getMtuV6", "()I", "GetGetMtuV6Handler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getMtuV6", "()I", "GetGetMtuV6Handler", ApiSince=33)>]
member this.MtuV6 : int

Property Value

the MTU size in bytes of the route.

Attributes

Remarks

Returns the MTU size of the IPv6 mobile interface to which the APN connected. Note this value will only be used when MTU size is not provided in DataCallResponse#getMtuV6() during network bring up.

Java documentation for android.telephony.data.ApnSetting.getMtuV6().

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.

Applies to