Show / Hide Table of Contents

Struct ConnectionNotification

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 ConnectionNotification

Fields

| Improve this Doc View Source

Conn

Declaration
public readonly ConnectionInfo Conn
Field Value
Type Description
ConnectionInfo
| Improve this Doc View Source

Connected

Declaration
public readonly bool Connected
Field Value
Type Description
Boolean
| Improve this Doc View Source

Instance

Declaration
public readonly NetworkTableInstance Instance
Field Value
Type Description
NetworkTableInstance
| Improve this Doc View Source

Listener

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