ScanResultCode Enum
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.
public enum ScanResultCode
type ScanResultCode =
- Inheritance
-
ScanResultCode
Fields
| Name | Value | Description |
|---|---|---|
| Success | 0 | The RIL has successfully performed the network scan. Android reference for 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 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 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 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 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 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 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 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. |