Język

ScanResultCode Enum

Definition

public enum ScanResultCode
type ScanResultCode = 
Inheritance
ScanResultCode

Fields

Name Value Description
Success 0

The RIL has successfully performed the network scan.

Android reference for android.telephony.NetworkScan.SUCCESS.

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.

ErrorModemError 1

The scan has failed due to some modem errors.

Android reference 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.

ErrorInvalidScan 2

The parameters of the scan is invalid.

Android reference for android.telephony.NetworkScan.ERROR_INVALID_SCAN.

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.

ErrorModemUnavailable 3

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

Android reference 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.

ErrorUnsupported 4

The modem does not support the request scan.

Android reference for android.telephony.NetworkScan.ERROR_UNSUPPORTED.

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.

ErrorRadioInterfaceError 10000

The RIL returns nothing or exceptions.

Android reference for android.telephony.NetworkScan.ERROR_RADIO_INTERFACE_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.

ErrorInvalidScanid 10001

The scan ID is invalid. The user is either trying to stop a scan which does not exist or started by others.

Android reference for android.telephony.NetworkScan.ERROR_INVALID_SCANID.

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.

ErrorInterrupted 10002

The scan has been interrupted by another scan with higher priority.

Android reference for android.telephony.NetworkScan.ERROR_INTERRUPTED.

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