Show / Hide Table of Contents

Interface IPower

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

Methods

| Improve this Doc View Source

HAL_GetUserActive3V3()

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

HAL_GetUserActive5V()

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

HAL_GetUserActive6V()

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

HAL_GetUserCurrent3V3()

Declaration
double HAL_GetUserCurrent3V3()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetUserCurrent5V()

Declaration
double HAL_GetUserCurrent5V()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetUserCurrent6V()

Declaration
double HAL_GetUserCurrent6V()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetUserCurrentFaults3V3()

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

HAL_GetUserCurrentFaults5V()

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

HAL_GetUserCurrentFaults6V()

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

HAL_GetUserVoltage3V3()

Declaration
double HAL_GetUserVoltage3V3()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetUserVoltage5V()

Declaration
double HAL_GetUserVoltage5V()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetUserVoltage6V()

Declaration
double HAL_GetUserVoltage6V()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetVinCurrent()

Declaration
double HAL_GetVinCurrent()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetVinVoltage()

Declaration
double HAL_GetVinVoltage()
Returns
Type Description
Double
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet