Struct EntryInfo
This class contains all info for a given entry.
Inherited Members
Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
public struct EntryInfo
Fields
| Improve this Doc View SourceEntryHandle
Declaration
public readonly NtEntry EntryHandle
Field Value
| Type | Description |
|---|---|
| NtEntry |
Flags
Gets the Flags attached to the entry.
Declaration
public readonly EntryFlags Flags
Field Value
| Type | Description |
|---|---|
| EntryFlags |
LastChange
Gets the last change time of the entry.
Declaration
public readonly long LastChange
Field Value
| Type | Description |
|---|---|
| Int64 |
Name
Gets the Name of the entry.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| String |
Type
Gets the Type of the entry.
Declaration
public readonly NtType Type
Field Value
| Type | Description |
|---|---|
| NtType |
Properties
| Improve this Doc View SourceEntry
Gets the entry object for this entry.
Declaration
public NetworkTableEntry Entry { get; }
Property Value
| Type | Description |
|---|---|
| NetworkTableEntry |