Interface BooleanEntry
- All Superinterfaces:
AutoCloseable, BooleanConsumer, BooleanPublisher, BooleanSubscriber, BooleanSupplier, Publisher, PubSub, Subscriber
NetworkTables Boolean entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface BooleanPublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface BooleanSubscriber
get, get, getAsBoolean, getAtomic, getAtomic, getTopic, readQueue, readQueueValuesMethods inherited from interface Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-