public class TcpCtrlEntity extends CtrlEntity
| 构造器和说明 |
|---|
TcpCtrlEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bind(TcpCtrlEntity other) |
static void |
decodeEntity(byte[] data,
int offset,
TcpCtrlEntity entity) |
static byte[] |
encodeEntity(TcpCtrlEntity entity) |
static int |
getLengthOffset()
报文长度位置的偏移量
|
static int |
size() |
void |
swapAddr() |
getAduLength, getCmd, setAduLength, setCmdpublic static int size()
public static int getLengthOffset()
public static byte[] encodeEntity(TcpCtrlEntity entity)
public static void decodeEntity(byte[] data,
int offset,
TcpCtrlEntity entity)
public void bind(TcpCtrlEntity other)
public void swapAddr()
Copyright © 2024. All rights reserved.