|
byte [] | done () throws IOException |
|
void | writePackedValue (boolean signed, Number value) throws IOException |
|
void | writeString (String val) throws IOException |
|
void | writePackedValue (boolean signed, BigInteger value) throws IOException |
|
void | writePackedValue (boolean signed, long value) throws IOException |
|
void | writePackedValue (boolean signed, int value) throws IOException |
|
void | writeAddress (int val) throws IOException |
|
void | writeAddressing (int from, int to) throws IOException |
|
void | appendCrc8 () throws IOException |
|
void | writeObjects (Object... objects) throws IOException |
|
Definition at line 10 of file PacketAssembler.java.
The documentation for this class was generated from the following file:
- /home/javaexperience/git-repositories/javaexperience/uartbus/source/java/uartbus/src/main/java/eu/javaexperience/electronic/uartbus/PacketAssembler.java