Struct ControlWord
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
Properties
|
Improve this Doc
View Source
Autonomous
Declaration
public bool Autonomous { get; }
Property Value
|
Improve this Doc
View Source
DsAttached
Declaration
public bool DsAttached { get; }
Property Value
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
|
Improve this Doc
View Source
EStop
Declaration
public bool EStop { get; }
Property Value
|
Improve this Doc
View Source
FmsAttached
Declaration
public bool FmsAttached { get; }
Property Value
|
Improve this Doc
View Source
Test
Declaration
public bool Test { get; }
Property Value