edu.wpi.first.wpilibj.networktables
Class NetworkTableMode
java.lang.Object
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 |
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
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All rights reserved.