public abstract class NetworkTableMode extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final NetworkTableMode Server
public static final NetworkTableMode Client
public java.lang.String toString()
toString
in class java.lang.Object