Struct ServerPortPair
Inherited Members
Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
public struct ServerPortPair
Constructors
| Improve this Doc View SourceServerPortPair(String, Int32)
Declaration
public ServerPortPair(string server, int port)
Parameters
| Type | Name | Description |
|---|---|---|
| String | server | |
| Int32 | port |
Fields
| Improve this Doc View SourcePort
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| Int32 |
Server
Declaration
public readonly string Server
Field Value
| Type | Description |
|---|---|
| String |