Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

17 righe
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. }