Show / Hide Table of Contents

Struct DataUnion

NT Entry Data Union

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

Fields

| Improve this Doc View Source

arr_boolean

Boolean Array Value

Declaration
public BoolArr arr_boolean
Field Value
Type Description
BoolArr
| Improve this Doc View Source

arr_double

Double Array Value

Declaration
public DoubleArr arr_double
Field Value
Type Description
DoubleArr
| Improve this Doc View Source

arr_string

String Array Value

Declaration
public StringArr arr_string
Field Value
Type Description
StringArr
| Improve this Doc View Source

v_boolean

Boolean Value

Declaration
public NtBool v_boolean
Field Value
Type Description
NtBool
| Improve this Doc View Source

v_double

Double Value

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

v_raw

Raw Value

Declaration
public NtString v_raw
Field Value
Type Description
NtString
| Improve this Doc View Source

v_string

String Value

Declaration
public NtString v_string
Field Value
Type Description
NtString
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet