typedef void (* vm_tcp_server_callback)(VM_TCP_HANDLE handle, VM_TCP_EVENT event, VMINT parameter, void* user_data);
typedef void (* vm_tcp_server_callback)(VM_TCP_HANDLE handle, VM_TCP_EVENT event, VMINT parameter, void* user_data);
This is the Callback function type of TCP server.
|
Parameters |
Description |
|
handle |
[IN] The TCP handle. |
|
event |
[IN] The TCP server event. |
|
parameter |
[IN] This is the client handle for the VM_TCP_SVR_EVT_ACCEPT event. |
|
user_data |
[IN] The user data. |
vmtcp.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.