CarrierConfigManager.KeySatelliteRoamingEsosInactivityTimeoutSecInt Field
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.
An integer key holds the timeout duration in seconds used to determine whether to exit ESOS mode and start TN scanning.
[Android.Runtime.Register("KEY_SATELLITE_ROAMING_ESOS_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)]
public const string KeySatelliteRoamingEsosInactivityTimeoutSecInt;
[<Android.Runtime.Register("KEY_SATELLITE_ROAMING_ESOS_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)>]
val mutable KeySatelliteRoamingEsosInactivityTimeoutSecInt : string
Field Value
- Attributes
Remarks
An integer key holds the timeout duration in seconds used to determine whether to exit ESOS mode and start TN scanning.
The timer is started when the device is not connected, user is not pointing to the satellite and no data transfer is happening. When the timer expires, the device will move to IDLE mode upon which TN scanning will start.
The default value is 600 seconds.
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.