Interface IntegerEntry
- All Superinterfaces:
AutoCloseable, IntegerPublisher, IntegerSubscriber, LongConsumer, LongSupplier, Publisher, PubSub, Subscriber
NetworkTables Integer entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface IntegerPublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface IntegerSubscriber
get, get, getAsLong, getAtomic, getAtomic, getTopic, readQueue, readQueueValuesMethods inherited from interface LongConsumer
andThenMethods inherited from interface Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-