public class VariableDataBlockDecoder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VariableDataBlockDecoder.DecodeState |
| Constructor and Description |
|---|
VariableDataBlockDecoder() |
| Modifier and Type | Method and Description |
|---|---|
VariableDataBlockDecoder.DecodeState |
addByte(byte b,
int bytesLeft) |
DataBlock |
getDataBlock() |
VariableDataBlockDecoder.DecodeState |
getState() |
void |
init(LongFrame frame) |
void |
reset() |
void |
setState(VariableDataBlockDecoder.DecodeState ds) |
public VariableDataBlockDecoder.DecodeState addByte(byte b, int bytesLeft)
public void reset()
public DataBlock getDataBlock()
public VariableDataBlockDecoder.DecodeState getState()
public void init(LongFrame frame)
public void setState(VariableDataBlockDecoder.DecodeState ds)
Copyright © 2009–2016 MBus4J. All rights reserved.