|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.openbci.rxtx.RxtxDataBuffer
public class RxtxDataBuffer
The Class RxtxDataBuffer.
| Field Summary |
|---|
| Fields inherited from interface com.github.mrstampy.esp.openbci.OpenBCIConstants |
|---|
CHANNELS_START_IDX, END_PACKET, NUM_CHANNELS_IDX, START_PACKET |
| Constructor Summary | |
|---|---|
RxtxDataBuffer()
|
|
| Method Summary | |
|---|---|
void |
add(byte... message)
Adds the. |
void |
clear()
Clear. |
byte[] |
get()
Gets the. |
byte[] |
getBufferCopy()
Gets the buffer copy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RxtxDataBuffer()
| Method Detail |
|---|
public void add(byte... message)
message - the messagepublic byte[] get()
public byte[] getBufferCopy()
public void clear()
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||