public class WDT extends Object
Modifier and Type | Method and 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) |
public static int open(String file)
public static int close(int fd)
public static int disable(int fd)
public static int getTimeOut(int fd)
public static int setTimeOut(int fd, int timeout)
public static int ping(int fd)
Copyright © 2012–2015 Pi4J. All rights reserved.