#include <wanpipe_api_hdr.h>
Public Attributes | |
unsigned char | operation_status |
u_int32_t | user_flags_bitmap |
u_int32_t | poll_events_bitmap |
u_int32_t | timeout |
This structure is only used by WINDOWS code
Definition at line 401 of file wanpipe_api_hdr.h.
unsigned char _API_POLL_STRUCT::operation_status |
operation completion status, check on return
Definition at line 403 of file wanpipe_api_hdr.h.
Referenced by sangoma_socket_waitfor().
u_int32_t _API_POLL_STRUCT::user_flags_bitmap |
bitmap of events API user is interested to receive
Definition at line 404 of file wanpipe_api_hdr.h.
Referenced by sangoma_socket_waitfor().
u_int32_t _API_POLL_STRUCT::poll_events_bitmap |
bitmap of events available for API user
Definition at line 405 of file wanpipe_api_hdr.h.
Referenced by sangoma_socket_waitfor().
u_int32_t _API_POLL_STRUCT::timeout |
time to wait for an event before returning POLL_EVENT_TIMEOUT
Definition at line 406 of file wanpipe_api_hdr.h.