Enum FileDescriptorEvent.Trigger
Event mask selecting the kind of events to listen for.
The enum base type is
.
int
Enum members
Name | Description |
---|---|
any
|
Match any kind of event
|
none
|
Match no event (invalid value) |
read
|
React on read -ready events
|
write
|
React on write -ready events
|
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.