Class EntryBase

java.lang.Object
edu.wpi.first.networktables.EntryBase
All Implemented Interfaces:
Publisher, PubSub, Subscriber, AutoCloseable

public abstract class EntryBase
extends Object
implements Subscriber, Publisher
NetworkTables entry base implementation.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int m_handle
    NetworkTables handle.
  • Constructor Summary

    Constructors 
    Constructor Description
    EntryBase​(int handle)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    void close()  
    boolean exists()
    Determines if the entry currently exists.
    int getHandle()
    Gets the native handle.
    long getLastChange()
    Gets the last time the entry's value was changed.
    boolean isValid()
    Determines if the native handle is valid.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface edu.wpi.first.networktables.PubSub

    getTopic