public enum UdpCmd implements Command
组播协议
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UdpCmd.Companion |
Command.CommandMemory<C extends Command>, Command.DefaultImpls| 枚举常量和说明 |
|---|
ADDRESS_ACK
地址回复
|
ADDRESS_ASK
地址请求
|
COMMON
通用广播
|
PACKET_SLICE
包分片
|
TOPIC_MESSAGE
话题消息
|
YELL_ACK
存在性回复
|
YELL_ASK
存在性请求
|
| 限定符和类型 | 字段和说明 |
|---|---|
static UdpCmd.Companion |
Companion |
public static UdpCmd YELL_ASK
存在性请求
public static UdpCmd YELL_ACK
存在性回复
public static UdpCmd ADDRESS_ASK
地址请求
public static UdpCmd ADDRESS_ACK
地址回复
public static UdpCmd PACKET_SLICE
包分片
public static UdpCmd TOPIC_MESSAGE
话题消息
public static UdpCmd COMMON
通用广播
public static UdpCmd.Companion Companion