Show / Hide Table of Contents

Struct NtConnectionInfo

NT Connection Info

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 NtConnectionInfo

Fields

| Improve this Doc View Source

last_update

Last Update

Declaration
public ulong last_update
Field Value
Type Description
UInt64
| Improve this Doc View Source

protocol_version

NT Protocol Version

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

remote_id

Remote ID

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

remote_ip

Remote IP

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

remote_port

Remote Port

Declaration
public uint remote_port
Field Value
Type Description
UInt32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet