Robot Core Documentation
|
Public Member Functions | |
boolean | exists () |
long | getLastChange () |
![]() | |
Topic | getTopic () |
boolean | isValid () |
int | getHandle () |
NetworkTables subscriber.
boolean edu.wpi.first.networktables.Subscriber.exists | ( | ) |
Determines if the entry currently exists.
Implemented in edu.wpi.first.networktables.EntryBase.
long edu.wpi.first.networktables.Subscriber.getLastChange | ( | ) |
Gets the last time the entry's value was changed.
Implemented in edu.wpi.first.networktables.EntryBase.