Interface StringEntry
- All Superinterfaces:
AutoCloseable, Consumer<String>, Publisher, PubSub, StringPublisher, StringSubscriber, Subscriber, Supplier<String>
NetworkTables String entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface StringPublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface StringSubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValuesMethods inherited from interface Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-