Show / Hide Table of Contents

Struct ServerPortPair

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 ServerPortPair

Constructors

| Improve this Doc View Source

ServerPortPair(String, Int32)

Declaration
public ServerPortPair(string server, int port)
Parameters
Type Name Description
String server
Int32 port

Fields

| Improve this Doc View Source

Port

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

Server

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