VM_RESULT vm_wlan_roaming_set( VMBOOL is_roaming, vm_wlan_callback callback, void* user_data );
VM_RESULT vm_wlan_roaming_set( VMBOOL is_roaming, vm_wlan_callback callback, void* user_data );
Sets the roaming parameter.
|
Return Values |
Description |
|
VM_WLAN_ERROR_SUCCESS |
Success. |
|
VM_WLAN_ERROR_FAILED |
Failed. |
|
VM_WLAN_ERROR_PROCESSING |
Waiting for result. |
VMBOOL enable_roaming = VM_TRUE; vm_wlan_roaming_set(enable_roaming, set_roaming_cb, NULL); void set_roaming_cb(void* user_data, VM_WLAN_REQUEST_RESULT res) { if (VM_WLAN_REQUEST_DONE == res) { // Set roaming successfully. } }
vmwlan.h
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.