25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using JT808.Protocol.Attributes;
- using JT808.Protocol.Extensions.DependencyInjection.Test.JT808Formatters;
- using JT808.Protocol.MessageBody;
-
- namespace JT808.Protocol.Extensions.DependencyInjection.Test.JT808_0x0701BodiesImpl
- {
- [JT808Formatter(typeof(JT808_0x0701TestBodiesImplFormatter))]
- public class JT808_0x0701TestBodiesImpl : JT808_0x0701_CustomBodyBase
- {
- public uint Id { get; set; }
-
- public ushort UserNameLength { get; set; }
-
- public string UserName { get; set; }
- }
- }
|