UartBus source documentation
eu.javaexperience.electronic.uartbus.PacketAssembler Class Reference
Inheritance diagram for eu.javaexperience.electronic.uartbus.PacketAssembler:
Collaboration diagram for eu.javaexperience.electronic.uartbus.PacketAssembler:

Public Member Functions

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
 

Detailed Description

Definition at line 10 of file PacketAssembler.java.


The documentation for this class was generated from the following file: