Show / Hide Table of Contents

Interface INotifier

Namespace: Hal.Natives
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface INotifier

Methods

| Improve this Doc View Source

HAL_CancelNotifierAlarm(Int32)

Declaration
void HAL_CancelNotifierAlarm(int notifierHandle)
Parameters
Type Name Description
Int32 notifierHandle
| Improve this Doc View Source

HAL_CleanNotifier(Int32)

Declaration
void HAL_CleanNotifier(int notifierHandle)
Parameters
Type Name Description
Int32 notifierHandle
| Improve this Doc View Source

HAL_InitializeNotifier()

Declaration
[StatusCheckedBy(typeof(StatusHandling), "StatusCheckForce")]
int HAL_InitializeNotifier()
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_SetNotifierName(Int32, Byte*)

Declaration
void HAL_SetNotifierName(int notifierHandle, byte *name)
Parameters
Type Name Description
Int32 notifierHandle
Byte* name
| Improve this Doc View Source

HAL_StopNotifier(Int32)

Declaration
void HAL_StopNotifier(int notifierHandle)
Parameters
Type Name Description
Int32 notifierHandle
| Improve this Doc View Source

HAL_UpdateNotifierAlarm(Int32, UInt64)

Declaration
void HAL_UpdateNotifierAlarm(int notifierHandle, ulong triggerTime)
Parameters
Type Name Description
Int32 notifierHandle
UInt64 triggerTime
| Improve this Doc View Source

HAL_WaitForNotifierAlarm(Int32)

Declaration
ulong HAL_WaitForNotifierAlarm(int notifierHandle)
Parameters
Type Name Description
Int32 notifierHandle
Returns
Type Description
UInt64
| Improve this Doc View Source

HAL_WaitForNotifierAlarm(Int32, Int32*)

Declaration
ulong HAL_WaitForNotifierAlarm(int notifierHandle, 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