|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.jni.common.CharDevice
com.buglabs.bug.jni.base.BUGNavControl
public class BUGNavControl
| Field Summary | |
|---|---|
static int |
LED_0
|
static int |
LED_1
|
static int |
LED_2
|
static int |
LED_3
|
| Fields inherited from class com.buglabs.bug.jni.common.CharDevice |
|---|
fd |
| Constructor Summary | |
|---|---|
BUGNavControl()
|
|
| Method Summary | |
|---|---|
int |
clearLEDs(int leds)
clear base unit LEDs |
int |
setLEDs(int leds)
set base unit LEDs |
| Methods inherited from class com.buglabs.bug.jni.common.CharDevice |
|---|
close, getFileDescriptor, getline, ioctl, lseek, open, read, read, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LED_0
public static final int LED_1
public static final int LED_2
public static final int LED_3
| Constructor Detail |
|---|
public BUGNavControl()
| Method Detail |
|---|
public int clearLEDs(int leds)
leds - The bitmask of which LEDs to clear. Specifically, the 4 LSBs.
public int setLEDs(int leds)
leds - The bitmask of which LEDs to clear. Specifically, the 4 LSBs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||