edu.wpi.first.wpilibj.networktables
Class NetworkTableMode

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables.NetworkTableMode

public abstract class NetworkTableMode
extends Object

Represents a different modes that network tables can be configured in

Author:
Mitchell

Field Summary
static NetworkTableMode Client
          A mode where network tables will be a client which connects to the specified host and port
static NetworkTableMode Server
          A mode where Network tables will be a server on the specified port
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Server

public static final NetworkTableMode Server
A mode where Network tables will be a server on the specified port


Client

public static final NetworkTableMode Client
A mode where network tables will be a client which connects to the specified host and port

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All rights reserved.