Show / Hide Table of Contents

Struct ConnectionInfo

This class contains all info needed for a given connection.

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 ConnectionInfo

Fields

| Improve this Doc View Source

LastUpdate

Gets the last update time of the Connection.

Declaration
public readonly long LastUpdate
Field Value
Type Description
Int64
| Improve this Doc View Source

ProtocolVersion

Gets the Protocol Version of the Connection.

Declaration
public readonly int ProtocolVersion
Field Value
Type Description
Int32
| Improve this Doc View Source

RemoteId

Gets the Remote Id of the Connection.

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

RemoteIp

Gets the Remote IP Address of the Connection.

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

RemotePort

Gets the Remote Port of the Connection.

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