Show / Hide Table of Contents

Struct RefEntryNotification

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 RefEntryNotification

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 RefNetworkTableValue Value
Field Value
Type Description
RefNetworkTableValue

Properties

| Improve this Doc View Source

CopyNotification

Declaration
public EntryNotification CopyNotification { get; }
Property Value
Type Description
EntryNotification
| 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