public class Tc57Frame extends Object
Modifier and Type | Field and Description |
---|---|
private int |
_address |
private boolean |
_controlBit4 |
private boolean |
_controlBit5 |
private byte[] |
_data |
private static Debug |
_debug |
private int |
_function |
private boolean |
_primaryMessage |
Constructor and Description |
---|
Tc57Frame(boolean primaryMessage,
boolean controlBit5,
boolean controlBit4,
int function,
int address,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
int |
getAddress() |
boolean |
getControlBit4() |
boolean |
getControlBit5() |
byte[] |
getData() |
byte[] |
getFrameBytes() |
int |
getFunction() |
boolean |
isPrimaryMessage() |
private static final Debug _debug
private final boolean _primaryMessage
private final boolean _controlBit5
private final boolean _controlBit4
private final int _function
private final int _address
private final byte[] _data
Tc57Frame(boolean primaryMessage, boolean controlBit5, boolean controlBit4, int function, int address, byte[] data)
public boolean isPrimaryMessage()
public boolean getControlBit5()
public boolean getControlBit4()
public int getFunction()
public int getAddress()
public byte[] getData()
public byte[] getFrameBytes()