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