Show / Hide Table of Contents

Struct ManagedValue

Implements
IEquatable<ManagedValue>
Inherited Members
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
public struct ManagedValue : IEquatable<ManagedValue>

Fields

| Improve this Doc View Source

Data

Declaration
public readonly EntryUnion Data
Field Value
Type Description
EntryUnion
| Improve this Doc View Source

LastChange

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

Type

Declaration
public readonly NtType Type
Field Value
Type Description
NtType

Methods

| Improve this Doc View Source

Equals(ManagedValue)

Declaration
public bool Equals(ManagedValue other)
Parameters
Type Name Description
ManagedValue other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
ValueType.GetHashCode()
| Improve this Doc View Source

GetValue()

Declaration
public object GetValue()
Returns
Type Description
Object

Implements

IEquatable<T>
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet