Interface IMain
Namespace: Hal.Natives
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface IMain
Methods
| Improve this Doc View SourceHAL_ExitMain()
Declaration
void HAL_ExitMain()
HAL_HasMain()
Declaration
int HAL_HasMain()
Returns
Type | Description |
---|---|
Int32 |
HAL_RunMain()
Declaration
void HAL_RunMain()
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 |