Struct NtConnectionInfo
NT Connection Info
Inherited Members
Namespace: NetworkTables.Natives
Assembly: FRC.NetworkTables.dll
Syntax
public struct NtConnectionInfo
Fields
| Improve this Doc View Sourcelast_update
Last Update
Declaration
public ulong last_update
Field Value
| Type | Description |
|---|---|
| UInt64 |
protocol_version
NT Protocol Version
Declaration
public uint protocol_version
Field Value
| Type | Description |
|---|---|
| UInt32 |
remote_id
Remote ID
Declaration
public NtString remote_id
Field Value
| Type | Description |
|---|---|
| NtString |
remote_ip
Remote IP
Declaration
public NtString remote_ip
Field Value
| Type | Description |
|---|---|
| NtString |
remote_port
Remote Port
Declaration
public uint remote_port
Field Value
| Type | Description |
|---|---|
| UInt32 |