Class Notifier
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(INotifier))]
public static class Notifier
Methods
|
Improve this Doc
View Source
CancelAlarm(Int32)
Declaration
public static void CancelAlarm(int notifierHandle)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
|
Improve this Doc
View Source
Clean(Int32)
Declaration
public static void Clean(int notifierHandle)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
|
Improve this Doc
View Source
Initialize()
Declaration
public static int Initialize()
Returns
|
Improve this Doc
View Source
SetName(Int32, ReadOnlySpan<Char>)
Declaration
public static void SetName(int notifierHandle, ReadOnlySpan<char> name)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
System.ReadOnlySpan<Char> |
name |
|
|
Improve this Doc
View Source
SetName(Int32, String)
Declaration
public static void SetName(int notifierHandle, string name)
Parameters
|
Improve this Doc
View Source
Stop(Int32)
Declaration
public static void Stop(int notifierHandle)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
|
Improve this Doc
View Source
UpdateAlarm(Int32, UInt64)
Declaration
public static void UpdateAlarm(int notifierHandle, ulong triggerTime)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
UInt64 |
triggerTime |
|
|
Improve this Doc
View Source
WaitForAlarm(Int32)
Declaration
public static ulong WaitForAlarm(int notifierHandle)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
Returns
|
Improve this Doc
View Source
WaitForAlarm(Int32, out Int32)
Declaration
public static ulong WaitForAlarm(int notifierHandle, out int status)
Parameters
Type |
Name |
Description |
Int32 |
notifierHandle |
|
Int32 |
status |
|
Returns