CarrierConfigManager.KeySatelliteRoamingP2pSmsInactivityTimeoutSecInt 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 P2P SMS mode and start TN scanning.
[Android.Runtime.Register("KEY_SATELLITE_ROAMING_P2P_SMS_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)]
public const string KeySatelliteRoamingP2pSmsInactivityTimeoutSecInt;
[<Android.Runtime.Register("KEY_SATELLITE_ROAMING_P2P_SMS_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)>]
val mutable KeySatelliteRoamingP2pSmsInactivityTimeoutSecInt : string
Field Value
- Attributes
Remarks
An integer key holds the timeout duration in seconds used to determine whether to exit P2P SMS 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 180 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.