You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using JT808.Protocol.Attributes;
- using JT808.Protocol.Formatters;
-
- namespace JT808.Protocol
- {
- /// <summary>
- /// 统一分包数据体
- /// </summary>
- [JT808Formatter(typeof(JT808SplitPackageBodiesFormatter))]
- public class JT808SplitPackageBodies : JT808Bodies
- {
- public byte[] Data { get; set; }
- }
- }
|