Class EntryBase
java.lang.Object
org.wpilib.networktables.EntryBase
- All Implemented Interfaces:
AutoCloseable, Publisher, PubSub, Subscriber
NetworkTables entry base implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_handle
NetworkTables handle.
-
-
Constructor Details
-
EntryBase
-
-
Method Details
-
isValid
-
getHandle
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacePubSub
-
exists
Description copied from interface:SubscriberDetermines if the entry currently exists.- Specified by:
existsin interfaceSubscriber- Returns:
- True if the entry exists, false otherwise.
-
getLastChange
Description copied from interface:SubscriberGets the last time the entry's value was changed.- Specified by:
getLastChangein interfaceSubscriber- Returns:
- Entry last change time
-