ApnSetting.MtuV4 Property
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.
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.