typedef enum { VM_WLAN_SUCCESS = 0, VM_WLAN_ERROR_FAILED = -1, VM_WLAN_ERROR_PROCESSING = -2, VM_WLAN_ERROR_STATE_ERROR = -3, VM_WLAN_ERROR_INVALID_INPUT = -4, VM_WLAN_ERROR_ABORTED = -5, VM_WLAN_ERROR_TERMINATED = -6, VM_WLAN_ERROR_ONE_STORE_EXISTS = -7, VM_WLAN_ERROR_STORE_NOT_COMMIT = -8, VM_WLAN_ERROR_INVALID_STORE = -9, VM_WLAN_ERROR_STORE_FULL = -10, VM_WLAN_ERROR_READ_ONLY = -11, VM_WLAN_ERROR_FIRST_BOOTUP = -12, VM_WLAN_ERROR_RESET_FACTORY = -13, VM_WLAN_ERROR_FS_ERROR = -14, VM_WLAN_ERROR_IGNORE = -15, VM_WLAN_RESULT_MAX = 0x7F } VM_WLAN_RESULT;
typedef enum { VM_WLAN_SUCCESS = 0, VM_WLAN_ERROR_FAILED = -1, VM_WLAN_ERROR_PROCESSING = -2, VM_WLAN_ERROR_STATE_ERROR = -3, VM_WLAN_ERROR_INVALID_INPUT = -4, VM_WLAN_ERROR_ABORTED = -5, VM_WLAN_ERROR_TERMINATED = -6, VM_WLAN_ERROR_ONE_STORE_EXISTS = -7, VM_WLAN_ERROR_STORE_NOT_COMMIT = -8, VM_WLAN_ERROR_INVALID_STORE = -9, VM_WLAN_ERROR_STORE_FULL = -10, VM_WLAN_ERROR_READ_ONLY = -11, VM_WLAN_ERROR_FIRST_BOOTUP = -12, VM_WLAN_ERROR_RESET_FACTORY = -13, VM_WLAN_ERROR_FS_ERROR = -14, VM_WLAN_ERROR_IGNORE = -15, VM_WLAN_RESULT_MAX = 0x7F } VM_WLAN_RESULT;
WLAN services result enum.
vmwlan.h
|
Members |
Description |
|
VM_WLAN_SUCCESS = 0 |
Success. |
|
VM_WLAN_ERROR_FAILED = -1 |
General failed case. |
|
VM_WLAN_ERROR_PROCESSING = -2 |
Processing state implies event is being notified. |
|
VM_WLAN_ERROR_STATE_ERROR = -3 |
Service status error. |
|
VM_WLAN_ERROR_INVALID_INPUT = -4 |
Invalid input parameter. |
|
VM_WLAN_ERROR_ABORTED = -5 |
The service is aborted. |
|
VM_WLAN_ERROR_TERMINATED = -6 |
The service is terminated. |
|
VM_WLAN_ERROR_ONE_STORE_EXISTS = -7 |
Currently only support one store. |
|
VM_WLAN_ERROR_STORE_NOT_COMMIT = -8 |
Store was not configured and committed. |
|
VM_WLAN_ERROR_INVALID_STORE = -9 |
Invalid store. |
|
VM_WLAN_ERROR_STORE_FULL = -10 |
Reach maximum profile storage. |
|
VM_WLAN_ERROR_READ_ONLY = -11 |
Cannot delete or update read_only profile. |
|
VM_WLAN_ERROR_FIRST_BOOTUP = -12 |
The first boot up, return code for store open. |
|
VM_WLAN_ERROR_RESET_FACTORY = -13 |
The data base SIM profile folder is deleted. |
|
VM_WLAN_ERROR_FS_ERROR = -14 |
The database file system error. |
|
VM_WLAN_ERROR_IGNORE = -15 |
Ignored. |
|
VM_WLAN_RESULT_MAX = 0x7F |
Forces the compiler to use 1-byte integer for enum. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.