Class Notifier
Assembly: WPILibSharp.dll
Syntax
public class Notifier : IDisposable
Constructors
|
Improve this Doc
View Source
Notifier(Action)
Declaration
public Notifier(Action handler)
Parameters
Type |
Name |
Description |
Action |
handler |
|
Properties
|
Improve this Doc
View Source
Handler
Declaration
public Action Handler { set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { set; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
StartPeriodic(TimeSpan)
Declaration
public void StartPeriodic(TimeSpan time)
Parameters
|
Improve this Doc
View Source
StartSingle(TimeSpan)
Declaration
public void StartSingle(TimeSpan time)
Parameters
|
Improve this Doc
View Source
Stop()
Declaration
Implements