HP-UX Event ManagerProgrammer's Guide
• EvmConnSubscribe — Requests notification of any posted events that match the supplied
filter. For more information about this function, see EvmConnSubscribe(3).
• EvmConnWait — Blocks until activity is detected on a specified connection. When activity
is detected, the calling program can call EvmConnDispatch to handle the activity. For more
information about this function, see EvmConnWait(3).
• EvmConnDispatch — Handles any outstanding I/O on a specified connection by calling
the program's callback function as per requirements. For more information about this
function, see EvmConnDispatch(3).
• EvmEventFormat — Formats an event. For more information about this function, see
EvmEventFormat(3).
44 Sample EVM Programming Operations