Show / Hide Table of Contents

Struct AddressableLEDData

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 AddressableLEDData

Fields

| Improve this Doc View Source

B

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

G

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

MaxLength

Declaration
public const int MaxLength = 5460
Field Value
Type Description
Int32
| Improve this Doc View Source

Padding

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

R

Declaration
public byte R
Field Value
Type Description
Byte
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet