Show / Hide Table of Contents

Interface IMain

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

Methods

| Improve this Doc View Source

HAL_ExitMain()

Declaration
void HAL_ExitMain()
| Improve this Doc View Source

HAL_HasMain()

Declaration
int HAL_HasMain()
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_RunMain()

Declaration
void HAL_RunMain()
| Improve this Doc View Source

HAL_SetMain(Void*, IntPtr, IntPtr)

Declaration
void HAL_SetMain(void *param, IntPtr mainFunc, IntPtr exitFunc)
Parameters
Type Name Description
Void* param
IntPtr mainFunc
IntPtr exitFunc
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet