Show / Hide Table of Contents

Struct NtEntryInfo

NT Entry Info

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 NtEntryInfo

Fields

| Improve this Doc View Source

entry

Entry Handle

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

flags

Entry Flags

Declaration
public uint flags
Field Value
Type Description
UInt32
| Improve this Doc View Source

last_change

Last Entry Change

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

name

Name

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

type

Entry Type

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