mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[ntcore] Add cached topic property (#5494)
This commit is contained in:
@@ -123,6 +123,10 @@ public final class NetworkTablesJNI {
|
||||
|
||||
public static native boolean getTopicRetained(int topic);
|
||||
|
||||
public static native void setTopicCached(int topic, boolean value);
|
||||
|
||||
public static native boolean getTopicCached(int topic);
|
||||
|
||||
public static native String getTopicTypeString(int topic);
|
||||
|
||||
public static native boolean getTopicExists(int topic);
|
||||
|
||||
Reference in New Issue
Block a user