Show / Hide Table of Contents

Struct NtConnectionNotification

NT Connection 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 NtConnectionNotification

Fields

| Improve this Doc View Source

conn

Connection Info

Declaration
public NtConnectionInfo conn
Field Value
Type Description
NtConnectionInfo
| Improve this Doc View Source

connected

Connected or Disconnected

Declaration
public NtBool connected
Field Value
Type Description
NtBool
| Improve this Doc View Source

listener

Listener Handle

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