public class ReceivePacket
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
PACKET_RECEIVED_ERROR |
static int |
PACKET_RECEIVED_FINISH |
static int |
PACKET_RECEIVING |
Constructor and Description |
---|
ReceivePacket() |
Modifier and Type | Method and Description |
---|---|
int |
appendPacketBytes(byte[] packetBytes) |
byte[] |
getReceivedPacketBytes() |
public static final int PACKET_RECEIVING
public static final int PACKET_RECEIVED_FINISH
public static final int PACKET_RECEIVED_ERROR