|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.networktables2.NetworkTableNode
edu.wpi.first.wpilibj.networktables2.client.NetworkTableClient
public class NetworkTableClient
A client node in NetworkTables 2.0
| Field Summary |
|---|
| Fields inherited from class edu.wpi.first.wpilibj.networktables2.NetworkTableNode |
|---|
entryStore |
| Constructor Summary | |
|---|---|
NetworkTableClient(IOStreamFactory streamFactory)
Create a new NetworkTable Client |
|
NetworkTableClient(IOStreamFactory streamFactory,
NetworkTableEntryTypeManager typeManager,
NTThreadManager threadManager)
Create a new NetworkTable Client |
|
| Method Summary | |
|---|---|
void |
close()
close all networking activity related to this node |
boolean |
isConnected()
Get the current state of the objects connection |
boolean |
isServer()
If the object is acting as a server |
void |
reconnect()
force the client to disconnect and reconnect to the server again. |
void |
stop()
|
| Methods inherited from class edu.wpi.first.wpilibj.networktables2.NetworkTableNode |
|---|
addConnectionListener, addTableListener, containsKey, fireConnectedEvent, fireDisconnectedEvent, fireTableListeners, getBoolean, getDouble, getEntryStore, getString, getValue, init, putBoolean, putComplex, putDouble, putString, putValue, putValue, putValue, removeConnectionListener, removeTableListener, retrieveValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkTableClient(IOStreamFactory streamFactory,
NetworkTableEntryTypeManager typeManager,
NTThreadManager threadManager)
streamFactory - threadManager - transactionPool - public NetworkTableClient(IOStreamFactory streamFactory)
streamFactory - | Method Detail |
|---|
public void reconnect()
public void close()
NetworkTableNode
close in class NetworkTableNodepublic void stop()
public boolean isConnected()
IRemote
public boolean isServer()
IRemote
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||