Show / Hide Table of Contents

Struct EntryNotification

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 EntryNotification

Fields

| Improve this Doc View Source

EntryHandle

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

Flags

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

Listener

Declaration
public readonly NtEntryListener Listener
Field Value
Type Description
NtEntryListener
| Improve this Doc View Source

Name

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

Value

Declaration
public readonly NetworkTableValue Value
Field Value
Type Description
NetworkTableValue

Properties

| Improve this Doc View Source

Entry

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