typedef enum { VM_WLAN_SCAN_SUCCESS = 0, VM_WLAN_SCAN_ERROR = -1, VM_WLAN_SCAN_ERROR_ABORTED = -2, VM_WLAN_SCAN_ERROR_DELETED = -3, VM_WLAN_SCAN_RESULT_MAX = 0x7F } VM_WLAN_SCAN_RESULT;
typedef enum { VM_WLAN_SCAN_SUCCESS = 0, VM_WLAN_SCAN_ERROR = -1, VM_WLAN_SCAN_ERROR_ABORTED = -2, VM_WLAN_SCAN_ERROR_DELETED = -3, VM_WLAN_SCAN_RESULT_MAX = 0x7F } VM_WLAN_SCAN_RESULT;
WLAN scan result enum.
vmwlan.h
|
Members |
Description |
|
VM_WLAN_SCAN_SUCCESS = 0 |
WLAN scan success. |
|
VM_WLAN_SCAN_ERROR = -1 |
WLAN scan failed. |
|
VM_WLAN_SCAN_ERROR_ABORTED = -2 |
WLAN scan service is aborted. |
|
VM_WLAN_SCAN_ERROR_DELETED = -3 |
WLAN scan delete in CONNECT_WAIT. |
|
VM_WLAN_SCAN_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.