public class Bmi160OrientationMessage extends Message
| Constructor and Description |
|---|
Bmi160OrientationMessage(byte[] data) |
Bmi160OrientationMessage(java.util.Calendar timestamp,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getData(java.lang.Class<T> type)
Interprets the data as the given type.
|
getData, getTimestamp, getTimestampAsString, toStringpublic Bmi160OrientationMessage(byte[] data)
public Bmi160OrientationMessage(java.util.Calendar timestamp,
byte[] data)
public <T> T getData(java.lang.Class<T> type)
Message