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.

17 satır
520 B

  1. using JT808.Protocol.Attributes;
  2. using JT808.Protocol.Extensions.DependencyInjection.Test.JT808Formatters;
  3. using JT808.Protocol.MessageBody;
  4. namespace JT808.Protocol.Extensions.DependencyInjection.Test.JT808_0x0701BodiesImpl
  5. {
  6. [JT808Formatter(typeof(JT808_0x0701TestBodiesImplFormatter))]
  7. public class JT808_0x0701TestBodiesImpl : JT808_0x0701_CustomBodyBase
  8. {
  9. public uint Id { get; set; }
  10. public ushort UserNameLength { get; set; }
  11. public string UserName { get; set; }
  12. }
  13. }