typedef enum { VM_WLAN_REQUEST_DONE = 0, VM_WLAN_REQUEST_TERMINATED, VM_WLAN_REQUEST_DUPLICATED, VM_WLAN_REQUEST_ERROR_FAILED, VM_WLAN_REQUEST_ADD_BY_SRV, VM_WLAN_REQUEST_UNKNOWN_ERROR, VM_WLAN_REQUEST_CANCELLED, VM_WLAN_REQUEST_BUSY, VM_WLAN_REQUEST_RESULT_MAX = 0x7F } VM_WLAN_REQUEST_RESULT;
typedef enum { VM_WLAN_REQUEST_DONE = 0, VM_WLAN_REQUEST_TERMINATED, VM_WLAN_REQUEST_DUPLICATED, VM_WLAN_REQUEST_ERROR_FAILED, VM_WLAN_REQUEST_ADD_BY_SRV, VM_WLAN_REQUEST_UNKNOWN_ERROR, VM_WLAN_REQUEST_CANCELLED, VM_WLAN_REQUEST_BUSY, VM_WLAN_REQUEST_RESULT_MAX = 0x7F } VM_WLAN_REQUEST_RESULT;
WLAN request result enum.
vmwlan.h
|
Members |
Description |
|
VM_WLAN_REQUEST_DONE = 0 |
Request completed successfully. |
|
VM_WLAN_REQUEST_TERMINATED |
Request is terminated by newer request. |
|
VM_WLAN_REQUEST_DUPLICATED |
Request is removed by newer same request. |
|
VM_WLAN_REQUEST_ERROR_FAILED |
Request is ignored due to state error. |
|
VM_WLAN_REQUEST_ADD_BY_SRV |
Request is added by the server. |
|
VM_WLAN_REQUEST_UNKNOWN_ERROR |
Unknown error. |
|
VM_WLAN_REQUEST_CANCELLED |
Cancelled. |
|
VM_WLAN_REQUEST_BUSY |
Busy. |
|
VM_WLAN_REQUEST_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.