Show / Hide Table of Contents

Struct ControlWord

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
public struct ControlWord

Constructors

| Improve this Doc View Source

ControlWord(UInt32)

Declaration
public ControlWord(uint word)
Parameters
Type Name Description
UInt32 word

Fields

| Improve this Doc View Source

Word

Declaration
public readonly uint Word
Field Value
Type Description
UInt32

Properties

| Improve this Doc View Source

Autonomous

Declaration
public bool Autonomous { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

DsAttached

Declaration
public bool DsAttached { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Enabled

Declaration
public bool Enabled { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

EStop

Declaration
public bool EStop { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

FmsAttached

Declaration
public bool FmsAttached { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Test

Declaration
public bool Test { get; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet