Interface StructArrayEntry<T>
- Type Parameters:
T- value class
- All Superinterfaces:
AutoCloseable, Consumer<T[]>, Publisher, PubSub, StructArrayPublisher<T>, StructArraySubscriber<T>, Subscriber, Supplier<T[]>
NetworkTables struct-encoded array value entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface StructArrayPublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface StructArraySubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValuesMethods inherited from interface Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-