Package edu.wpi.first.networktables
Interface BooleanEntry
- All Superinterfaces:
AutoCloseable
,BooleanConsumer
,BooleanPublisher
,BooleanSubscriber
,BooleanSupplier
,Publisher
,PubSub
,Subscriber
public interface BooleanEntry extends BooleanSubscriber, BooleanPublisher
NetworkTables Boolean 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.BooleanPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.BooleanSubscriber
get, get, getAsBoolean, getAtomic, getAtomic, getTopic, readQueue, readQueueValues