public class Header
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
short |
command
Command field of the header.
|
int |
dataCount
Data count field of the header.
|
short |
dataType
Data type field of the header.
|
int |
parameter1
Parameter 1 field of the header.
|
int |
parameter2
Parameter 2 field of the header.
|
int |
payloadSize
Payload size field of the header.
|
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
read(java.nio.ByteBuffer headerBuffer)
Parse CA response header.
|
public short command
public int payloadSize
public short dataType
public int dataCount
public int parameter1
public int parameter2