Package edu.wpi.first.networktables
Interface BooleanArrayEntry
- All Superinterfaces:
AutoCloseable
,BooleanArrayPublisher
,BooleanArraySubscriber
,Consumer<boolean[]>
,Publisher
,PubSub
,Subscriber
,Supplier<boolean[]>
public interface BooleanArrayEntry extends BooleanArraySubscriber, BooleanArrayPublisher
NetworkTables BooleanArray 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.BooleanArrayPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.BooleanArraySubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues