org.openmuc.jmbus.internal
public final class MBusLPdu extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
aField |
protected int |
apduLength |
protected int |
apduStart |
byte |
cField |
short |
checksum |
short |
ciField |
short |
length |
protected byte[] |
lpdu |
static int |
MSG_TYPE_LONG_MSG |
static int |
MSG_TYPE_SHORT_MSG |
static int |
MSG_TYPE_SIMPLE_CHAR |
static int |
MSG_TYPE_UNKNOWN |
int |
msgType |
Constructor and Description |
---|
MBusLPdu(byte[] lpdu) |
public static final int MSG_TYPE_SIMPLE_CHAR
public static final int MSG_TYPE_SHORT_MSG
public static final int MSG_TYPE_LONG_MSG
public static final int MSG_TYPE_UNKNOWN
public int msgType
public byte cField
public short ciField
public byte aField
public short length
public short checksum
protected byte[] lpdu
protected int apduStart
protected int apduLength