16 lines
243 B
C#
Raw Normal View History

2024-10-29 16:28:14 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace JiShe.CollectBus.Common.Enums
{
public enum CommandChunkEnum
{
C = 6,
A = 7,
AFN = 12,
SEQ = 13,
FN = 17,
}
}