Unix and Linux Discussions Tagged with event |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
4,458 |
Shell Programming and Scripting |
|
|
|
0 |
1,588 |
Complex Event Processing RSS News |
|
|
|
0 |
2,015 |
Complex Event Processing RSS News |
|
|
|
0 |
2,008 |
Complex Event Processing RSS News |
|
|
|
0 |
2,188 |
Complex Event Processing RSS News |
|
|
|
0 |
1,615 |
Software Releases - RSS News |
|
|
|
0 |
1,165 |
Complex Event Processing RSS News |
|
|
|
0 |
4,782 |
Virtualization and Cloud Computing |
|
|
|
0 |
4,084 |
Complex Event Processing RSS News |
|
|
|
0 |
1,826 |
Software Releases - RSS News |
|
|
|
0 |
1,295 |
Complex Event Processing RSS News |
|
|
|
0 |
1,719 |
Complex Event Processing RSS News |
|
|
|
0 |
1,725 |
Complex Event Processing RSS News |
|
|
|
0 |
1,263 |
Complex Event Processing RSS News |
|
|
|
0 |
1,235 |
Complex Event Processing RSS News |
|
|
|
0 |
3,856 |
Complex Event Processing RSS News |
|
|
|
0 |
1,113 |
Complex Event Processing RSS News |
|
|
|
0 |
1,807 |
Complex Event Processing RSS News |
|
|
|
0 |
2,065 |
Complex Event Processing RSS News |
|
|
|
0 |
3,649 |
Complex Event Processing RSS News |
|
|
|
0 |
3,099 |
Complex Event Processing RSS News |
|
|
|
0 |
1,326 |
Complex Event Processing RSS News |
|
|
|
0 |
1,672 |
Complex Event Processing RSS News |
|
|
|
0 |
1,387 |
Complex Event Processing RSS News |
|
|
|
0 |
1,639 |
Complex Event Processing RSS News |
|
|
|
0 |
1,264 |
Complex Event Processing RSS News |
|
|
|
0 |
2,035 |
Complex Event Processing RSS News |
|
|
|
0 |
1,486 |
Complex Event Processing RSS News |
|
|
|
0 |
1,763 |
Complex Event Processing RSS News |
|
|
|
0 |
1,427 |
Complex Event Processing RSS News |
|
|
|
0 |
1,789 |
Complex Event Processing RSS News |
|
|
|
0 |
1,270 |
Complex Event Processing RSS News |
|
|
|
0 |
1,599 |
Complex Event Processing RSS News |
|
|
|
0 |
1,375 |
Complex Event Processing RSS News |
|
|
|
0 |
1,470 |
OS X Support RSS |
|
|
|
0 |
2,469 |
OS X Support RSS |
|
|
|
0 |
1,701 |
Complex Event Processing RSS News |
|
|
|
0 |
2,656 |
Complex Event Processing RSS News |
|
|
|
0 |
1,292 |
Complex Event Processing RSS News |
|
|
|
0 |
1,772 |
Complex Event Processing RSS News |
EvmEventRead(3) Library Functions Manual EvmEventRead(3)
NAME
EvmEventRead(), EvmEventWrite() - perform I/O of EVM events to and from a file
SYNOPSIS
Library
EVM Support Library
Parameters
event For the return operand created for the event read. For the event to be written.
fd The file descriptor to which the event is written, or from which it is read.
DESCRIPTION
The routine creates a new event structure and populates it with an event read from the supplied file descriptor
The routine must be used to destroy the new event when it is no longer needed.
The routine writes the supplied event to the specified file descriptor It does not destroy the event. If the event is no longer needed,
call
RETURN VALUE
The operation completed without error.
An end-of-file condition was encountered while reading.
One of the arguments to the function is invalid.
An operation failed because an attempt to acquire heap memory failed.
An error occurred while reading an event.
An error occurred while writing an event.
ERRORS
The value of is not set.
SEE ALSO
Routines
EvmEventDestroy(3).
Event Management
EVM(5).
EVM Events
EvmEvent(5).
EvmEventRead(3)