Struct FirmwareVersion
Namespace: REV.SparkMax
Assembly: WPILibSharp.REV.SparkMax.dll
Syntax
public struct FirmwareVersion
Fields
| Improve this Doc View SourceBuild
Declaration
public ushort Build
Field Value
Type | Description |
---|---|
UInt16 |
IsDebug
Declaration
public bool IsDebug
Field Value
Type | Description |
---|---|
Boolean |
Major
Declaration
public byte Major
Field Value
Type | Description |
---|---|
Byte |
Minor
Declaration
public byte Minor
Field Value
Type | Description |
---|---|
Byte |
VersionRaw
Declaration
public uint VersionRaw
Field Value
Type | Description |
---|---|
UInt32 |