Share via


CarrierConfigManager.Iwlan.KeyRetransmitTimerMsecIntArray Field

Definition

List of IKE message retransmission timeouts in milliseconds, where each timeout is the waiting time before next retry, except the last timeout which is the waiting time before terminating the IKE Session.

[Android.Runtime.Register("KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY", ApiSince=31)]
public const string KeyRetransmitTimerMsecIntArray;
[<Android.Runtime.Register("KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY", ApiSince=31)>]
val mutable KeyRetransmitTimerMsecIntArray : string

Field Value

Attributes

Remarks

List of IKE message retransmission timeouts in milliseconds, where each timeout is the waiting time before next retry, except the last timeout which is the waiting time before terminating the IKE Session. Min list length = 1, Max list length = 10 Min timeout = 500 ms, Max timeout = 1800000 ms

Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY.

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