NetworkTableInstance
.@Deprecated public interface IRemote
Modifier and Type | Method and Description |
---|---|
void |
addConnectionListener(IRemoteConnectionListener listener,
boolean immediateNotify)
Deprecated.
Register an object to listen for connection and disconnection events
|
boolean |
isConnected()
Deprecated.
Get the current state of the objects connection
|
boolean |
isServer()
Deprecated.
If the object is acting as a server
|
void |
removeConnectionListener(IRemoteConnectionListener listener)
Deprecated.
Unregister a listener from connection events
|
void addConnectionListener(IRemoteConnectionListener listener, boolean immediateNotify)
listener
- the listener to be registerimmediateNotify
- if the listener object should be notified of the current connection statevoid removeConnectionListener(IRemoteConnectionListener listener)
listener
- the listener to be unregisteredboolean isConnected()
boolean isServer()