Interface StructEntry<T>

Type Parameters:
T - value class
All Superinterfaces:
AutoCloseable, Consumer<T>, Publisher, PubSub, StructPublisher<T>, StructSubscriber<T>, Subscriber, Supplier<T>

public interface StructEntry<T>
extends StructSubscriber<T>, StructPublisher<T>
NetworkTables struct-encoded value entry.

Unlike NetworkTableEntry, the entry goes away when close() is called.