|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmotej.request.ReportModeRequest
public class ReportModeRequest
Requests a specific DataReport mode.
Field Summary | |
---|---|
static byte |
DATA_REPORT_0x20
Status Information |
static byte |
DATA_REPORT_0x21
Answer report to read data command (0x17) |
static byte |
DATA_REPORT_0x30
Core Buttons |
static byte |
DATA_REPORT_0x31
Core Buttons and Accelerometer |
static byte |
DATA_REPORT_0x32
Core Buttons with 8 Extension bytes |
static byte |
DATA_REPORT_0x33
Core Buttons and Accelerometer with 12 IR bytes |
static byte |
DATA_REPORT_0x34
Core Buttons with 19 Extension bytes |
static byte |
DATA_REPORT_0x35
Core Buttons and Accelerometer with 16 Extension Bytes |
static byte |
DATA_REPORT_0x36
Core Buttons with 10 IR bytes and 9 Extension Bytes |
static byte |
DATA_REPORT_0x37
Core Buttons and Accelerometer with 10 IR bytes and 6 Extension Bytes |
static byte |
DATA_REPORT_0x3d
21 Extension Bytes |
static byte |
DATA_REPORT_0x3e
Interleaved Core Buttons and Accelerometer with 36 IR bytes |
static byte |
DATA_REPORT_0x3f
Interleaved Core Buttons and Accelerometer with 36 IR bytes |
Constructor Summary | |
---|---|
ReportModeRequest(byte mode)
|
|
ReportModeRequest(byte mode,
boolean continuous)
|
Method Summary | |
---|---|
byte[] |
getBytes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte DATA_REPORT_0x20
not requestable
public static final byte DATA_REPORT_0x21
not requestable
public static final byte DATA_REPORT_0x30
public static final byte DATA_REPORT_0x31
public static final byte DATA_REPORT_0x32
public static final byte DATA_REPORT_0x33
public static final byte DATA_REPORT_0x34
public static final byte DATA_REPORT_0x35
public static final byte DATA_REPORT_0x36
public static final byte DATA_REPORT_0x37
public static final byte DATA_REPORT_0x3d
public static final byte DATA_REPORT_0x3e
motej.request
,
Constant Field Valuespublic static final byte DATA_REPORT_0x3f
motej.request
,
Constant Field ValuesConstructor Detail |
---|
public ReportModeRequest(byte mode)
public ReportModeRequest(byte mode, boolean continuous)
Method Detail |
---|
public byte[] getBytes()
getBytes
in interface MoteRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |