Show / Hide Table of Contents

Struct EntryInfo

This class contains all info for a given entry.

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 EntryInfo

Fields

| Improve this Doc View Source

EntryHandle

Declaration
public readonly NtEntry EntryHandle
Field Value
Type Description
NtEntry
| Improve this Doc View Source

Flags

Gets the Flags attached to the entry.

Declaration
public readonly EntryFlags Flags
Field Value
Type Description
EntryFlags
| Improve this Doc View Source

LastChange

Gets the last change time of the entry.

Declaration
public readonly long LastChange
Field Value
Type Description
Int64
| Improve this Doc View Source

Name

Gets the Name of the entry.

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

Type

Gets the Type of the entry.

Declaration
public readonly NtType Type
Field Value
Type Description
NtType

Properties

| Improve this Doc View Source

Entry

Gets the entry object for this entry.

Declaration
public NetworkTableEntry Entry { get; }
Property Value
Type Description
NetworkTableEntry
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet