Show / Hide Table of Contents

Struct NtValue

NT Value

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 NtValue

Fields

| Improve this Doc View Source

data

Value Data

Declaration
public DataUnion data
Field Value
Type Description
DataUnion
| Improve this Doc View Source

last_change

Value Last Change

Declaration
public ulong last_change
Field Value
Type Description
UInt64
| Improve this Doc View Source

type

Value Type

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