Show / Hide Table of Contents

Class Notifier

Inheritance
Object
Notifier
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Type Description
Int32
| 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
Type Name Description
Int32 notifierHandle
String name
| 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
Type Description
UInt64
| 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
Type Description
UInt64
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet