22 #ifndef LELY_IO2_EVENT_H_
23 #define LELY_IO2_EVENT_H_
@ IO_EVENT_HUP
The device has been disconnected.
@ IO_EVENT_IN
Data (other than priority data) MAY be read without blocking.
@ IO_EVENT_OUT
Data (bot normal and priority data) MAY be written without blocking.
@ IO_EVENT_ERR
An error has occurred. This event is always reported.
@ IO_EVENT_PRI
Priority data MAY be read without blocking.
This is the public header file of the I/O library.