Show / Hide Table of Contents

Interface IUsageReporting

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

Methods

| Improve this Doc View Source

HAL_Report(Int32, Int32, Int32, Byte*)

Declaration
int HAL_Report(int resource, int instanceNumber, int context, byte *feature)
Parameters
Type Name Description
Int32 resource
Int32 instanceNumber
Int32 context
Byte* feature
Returns
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet