Share via


ApnSetting.MtuV4 Property

Definition

Returns the default MTU (Maximum Transmission Unit) size in bytes of the IPv4 routes brought up by this APN setting.

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

Property Value

the MTU size in bytes of the route.

Attributes

Remarks

Returns the default MTU (Maximum Transmission Unit) size in bytes of the IPv4 routes brought up by this APN setting. Note this value will only be used when MTU size is not provided in DataCallResponse#getMtuV4() during network bring up.

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

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