FT8CN/ft8cn/app/src/main/java/com/bg7yoz/ft8cn/flex/FlexResponseStyle.java

17 wiersze
489 B
Java
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package com.bg7yoz.ft8cn.flex;
/**
* Flex的应答类型
* @author BGY70Z
* @date 2023-03-20
*/
public enum FlexResponseStyle {
STATUS,//状态信息S+HANDLE
RESPONSE,//命令的响应R+客户端命令序列号
HANDLE,//电台给定的句柄H+句柄32位的16进制表示
VERSION,//版本号V+版本号
MESSAGE,//电台发送的消息M+消息好|消息文本
COMMAND,//发送命令C+序列号|命令
UNKNOW//未知的回复类型
}