public interface IPacket
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_BYTE_SIZE |
static byte |
TYPE_DATA |
static byte |
TYPE_INIT |
static byte |
TYPE_INIT_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelID() |
byte[] |
getData() |
byte[] |
getMessageID() |
byte |
getPacketType() |
static final byte TYPE_DATA
static final byte TYPE_INIT
static final byte TYPE_INIT_RESPONSE
static final int TYPE_BYTE_SIZE
Copyright © 2023. All rights reserved.