public class RauditxMessageHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
_DEFAULT_LEN |
static ByteArrayField |
ADDR
ADDR DS XL8
END
|
static BinaryAsIntField |
LEN
LEN DS F
|
static int |
RAUDITX_MSG
RAUDITX_MSG DSECT
|
static BinaryAsIntField |
RESERVED
RESERVED DS F
|
Constructor and Description |
---|
RauditxMessageHeader() |
RauditxMessageHeader(byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAddr() |
byte[] |
getByteBuffer() |
int |
getLen() |
int |
getReserved() |
void |
setAddr(byte[] addr) |
void |
setLen(int len) |
void |
setReserved(int reserved) |
public static final int RAUDITX_MSG
RAUDITX_MSG DSECT
public static BinaryAsIntField RESERVED
RESERVED DS F
public static BinaryAsIntField LEN
LEN DS F
public static ByteArrayField ADDR
ADDR DS XL8 END
public static final int _DEFAULT_LEN