Package edu.wpi.first.networktables
Interface StringEntry
- All Superinterfaces:
AutoCloseable
,Consumer<String>
,Publisher
,PubSub
,StringPublisher
,StringSubscriber
,Subscriber
,Supplier<String>
public interface StringEntry extends StringSubscriber, StringPublisher
NetworkTables String entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Modifier and Type Method Description void
unpublish()
Stops publishing the entry if it's published.Methods inherited from interface edu.wpi.first.networktables.StringPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.StringSubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues