Share via


NetworkScan.ErrorModemError Field

Definition

Caution

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

The scan has failed due to some modem errors.

[Android.Runtime.Register("ERROR_MODEM_ERROR", 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 ErrorModemError = 1;
[<Android.Runtime.Register("ERROR_MODEM_ERROR", 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 ErrorModemError : Android.Telephony.ScanResultCode

Field Value

Value = 1
Attributes

Remarks

The scan has failed due to some modem errors.

Java documentation for android.telephony.NetworkScan.ERROR_MODEM_ERROR.

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