DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
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 DoNotUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(DateTime AlarmTime, Action AlarmHandler, bool DoNotUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(int DurationMs, Action< object > AlarmHandler, object Parameter, bool DoNotUnregister=false)DirectOutput.PinballSupport.AlarmHandler
RegisterAlarm(DateTime AlarmTime, Action< object > AlarmHandler, object Parameter, bool DoNotUnregister=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