Show / Hide Table of Contents

Struct FirmwareVersion

Namespace: REV.SparkMax
Assembly: WPILibSharp.REV.SparkMax.dll
Syntax
public struct FirmwareVersion

Fields

| Improve this Doc View Source

Build

Declaration
public ushort Build
Field Value
Type Description
UInt16
| Improve this Doc View Source

IsDebug

Declaration
public bool IsDebug
Field Value
Type Description
Boolean
| Improve this Doc View Source

Major

Declaration
public byte Major
Field Value
Type Description
Byte
| Improve this Doc View Source

Minor

Declaration
public byte Minor
Field Value
Type Description
Byte
| Improve this Doc View Source

VersionRaw

Declaration
public uint VersionRaw
Field Value
Type Description
UInt32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet