VM_RESULT vm_udp_close( VM_UDP_HANDLE handle );
VM_RESULT vm_udp_close( VM_UDP_HANDLE handle );
This function closes the UDP socket.
|
Parameters |
Description |
|
VM_UDP_HANDLE handle |
[IN] The UDP handle. |
VM_UDP_RESULT which indicates if it was closed successfully or not.
static VMINT g_hdll; void hl_udp_create(void) { VMINT port = 0x1234; g_hdl1 = vm_udp_create(port, VM_BEARER_DATA_ACCOUNT_TYPE_WLAN, udp_callback, 1); vm_udp_close(g_hdll); }
vmudp.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.