Interface ProtobufEntry<T>

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

public interface ProtobufEntry<T>
extends ProtobufSubscriber<T>, ProtobufPublisher<T>
NetworkTables protobuf-encoded value entry.

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