Share via


NetworkScan.ErrorModemUnavailable Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.ScanResultCode enum directly instead of this field.

The modem can not perform the scan because it is doing something else.

[Android.Runtime.Register("ERROR_MODEM_UNAVAILABLE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ScanResultCode enum directly instead of this field.", true)]
public const Android.Telephony.ScanResultCode ErrorModemUnavailable = 3;
[<Android.Runtime.Register("ERROR_MODEM_UNAVAILABLE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ScanResultCode enum directly instead of this field.", true)>]
val mutable ErrorModemUnavailable : Android.Telephony.ScanResultCode

Field Value

Value = 3
Attributes

Remarks

The modem can not perform the scan because it is doing something else.

Java documentation for android.telephony.NetworkScan.ERROR_MODEM_UNAVAILABLE.

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