Show / Hide Table of Contents

Struct RefEntryUnion

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

Fields

| Improve this Doc View Source

VBoolean

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

VBooleanArray

Declaration
public readonly ReadOnlySpan<bool> VBooleanArray
Field Value
Type Description
System.ReadOnlySpan<Boolean>
| Improve this Doc View Source

VDouble

Declaration
public readonly double VDouble
Field Value
Type Description
Double
| Improve this Doc View Source

VDoubleArray

Declaration
public readonly ReadOnlySpan<double> VDoubleArray
Field Value
Type Description
System.ReadOnlySpan<Double>
| Improve this Doc View Source

VRaw

Declaration
public readonly ReadOnlySpan<byte> VRaw
Field Value
Type Description
System.ReadOnlySpan<Byte>
| Improve this Doc View Source

VString

Declaration
public readonly ReadOnlySpan<char> VString
Field Value
Type Description
System.ReadOnlySpan<Char>
| Improve this Doc View Source

VStringArray

Declaration
public readonly ReadOnlySpan<string> VStringArray
Field Value
Type Description
System.ReadOnlySpan<String>
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet