Show / Hide Table of Contents

Struct EntryUnion

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 EntryUnion

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 bool[] VBooleanArray
Field Value
Type Description
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 double[] VDoubleArray
Field Value
Type Description
Double[]
| Improve this Doc View Source

VRaw

Declaration
public readonly byte[] VRaw
Field Value
Type Description
Byte[]
| Improve this Doc View Source

VString

Declaration
public readonly string VString
Field Value
Type Description
String
| Improve this Doc View Source

VStringArray

Declaration
public readonly string[] VStringArray
Field Value
Type Description
String[]
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet