mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Add methods to get the hostname and network interfaces.
This commit is contained in:
@@ -181,4 +181,8 @@ public class CameraServerJNI {
|
||||
public static native int[] enumerateSources();
|
||||
|
||||
public static native int[] enumerateSinks();
|
||||
|
||||
public static native String getHostname();
|
||||
|
||||
public static native String[] getNetworkInterfaces();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user