Show / Hide Table of Contents

Interface IExtensions

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

Methods

| Improve this Doc View Source

HAL_LoadExtensions()

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

HAL_LoadOneExtension(Byte*)

Declaration
int HAL_LoadOneExtension(byte *library)
Parameters
Type Name Description
Byte* library
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_SetShowExtensionsNotFoundMessages(Int32)

Declaration
void HAL_SetShowExtensionsNotFoundMessages(int showMessage)
Parameters
Type Name Description
Int32 showMessage
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet