共用方式為


EventLoop_IoEvents Enum

頁首: #include < applibs/eventloop.h>

EventLoop 物件可以擷取之 I/O 事件的點陣圖。

typedef uint32_t EventLoop_IoEvents;
enum {
    EventLoop_Input = 0x01,
    EventLoop_Output = 0x04,
    EventLoop_Error = 0x08,
};

成員

EventLoop_Input

描述器可供朗讀作業使用。

EventLoop_Output

描述器可用於寫入作業。

EventLoop_Error

描述器發生錯誤。 EventLoop 一律會根據傳送給 EventLoop_RegisterIo的點陣圖來報告此事件。