Register of the event

Top  Previous  Next

Registering, as well as cancelling happens with the procedure IOregisterEvent. The procedure receives the kind of the event and the routine which should be called if the event enters (actionProcedure) and any structure which is given to the routine at that time. The contents of this structure must be interpreted only from actionProcedure, Moskito does not access them. actionProcedure is different according to event.

Moskito can call several procedures with all events. The procedures are explained in any order successively.