ENF sample programs

The following code segments from a sample listening program show how to:
  • Set up a program to listen for specific event codes
  • Use qualifiers to more specifically define an event
  • Pass control to the appropriate listener user exit routine
  • Delete a listen request

Following this sample listening program are the listener user exit routines which this program calls.