typedef enum { VM_UDP_EVENT_WRITE = 2, VM_UDP_EVENT_READ = 3, VM_UDP_EVENT_PIPE_BROKEN = 4, VM_UDP_EVENT_PIPE_CLOSED = 6, VM_UDP_EVENT_MAX = 0x7FFFFFFF } VM_UDP_EVENT;
typedef enum { VM_UDP_EVENT_WRITE = 2, VM_UDP_EVENT_READ = 3, VM_UDP_EVENT_PIPE_BROKEN = 4, VM_UDP_EVENT_PIPE_CLOSED = 6, VM_UDP_EVENT_MAX = 0x7FFFFFFF } VM_UDP_EVENT;
UDP events
vmudp.h
|
Members |
Description |
|
VM_UDP_EVENT_WRITE = 2 |
The write status. |
|
VM_UDP_EVENT_READ = 3 |
The read status. |
|
VM_UDP_EVENT_PIPE_BROKEN = 4 |
The broken status. |
|
VM_UDP_EVENT_PIPE_CLOSED = 6 |
The UDP pipe is closed. |
|
VM_UDP_EVENT_MAX = 0x7FFFFFFF |
To ensure the compiler treats this enum as 32-bit integer. |
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.