WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.PinballSupport.AlarmHandler Member List

This is the complete list of members for DirectOutput.PinballSupport.AlarmHandler, including all inherited members.

AlarmHandler()DirectOutput.PinballSupport.AlarmHandler
ExecuteAlarms(DateTime AlarmTime)DirectOutput.PinballSupport.AlarmHandler
Finish()DirectOutput.PinballSupport.AlarmHandler
GetNextAlarmTime()DirectOutput.PinballSupport.AlarmHandler
Init(Pinball Pinball)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(int DurationMs, Action AlarmHandler, bool DontUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(DateTime AlarmTime, Action AlarmHandler, bool DontUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(int DurationMs, Action< object > AlarmHandler, object Parameter, bool DontUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(DateTime AlarmTime, Action< object > AlarmHandler, object Parameter, bool DontUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterIntervalAlarm(int IntervalMs, Action IntervalAlarmHandler)DirectOutput.PinballSupport.AlarmHandler
RegisterIntervalAlarm(int IntervalMs, Action< object > IntervalAlarmHandler, object Parameter)DirectOutput.PinballSupport.AlarmHandler
UnregisterAlarm(Action AlarmHandler)DirectOutput.PinballSupport.AlarmHandler
UnregisterAlarm(Action< object > AlarmHandler)DirectOutput.PinballSupport.AlarmHandler
UnregisterIntervalAlarm(Action IntervalAlarmHandler)DirectOutput.PinballSupport.AlarmHandler
UnregisterIntervalAlarm(Action< object > IntervalAlarmHandler)DirectOutput.PinballSupport.AlarmHandler