Show / Hide Table of Contents

Struct NtEntryNotification

NT Entry Notification

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 NtEntryNotification

Fields

| Improve this Doc View Source

entry

Entry Handle

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

flags

Notification Flags

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

listener

Entry Listener Handle

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

name

Entry Name

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

value

Entry Value

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