Package com.pi4j.jni
Class WDT
- java.lang.Object
-
- com.pi4j.jni.WDT
-
public class WDT extends Object
- Author:
- Zerog
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
close(int fd)
static int
disable(int fd)
static int
getTimeOut(int fd)
static int
open(String file)
static int
ping(int fd)
static int
setTimeOut(int fd, int timeout)
-
-
-
Method Detail
-
open
public static int open(String file)
-
close
public static int close(int fd)
-
disable
public static int disable(int fd)
-
getTimeOut
public static int getTimeOut(int fd)
-
setTimeOut
public static int setTimeOut(int fd, int timeout)
-
ping
public static int ping(int fd)
-
-