Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

13 lignes
273 B

  1. using System;
  2. using System.Collections.Concurrent;
  3. using System.Collections.Generic;
  4. using System.Text;
  5. namespace JT808.Protocol.Interfaces
  6. {
  7. public interface IJT808_0x0200_Factory
  8. {
  9. IDictionary<byte, Type> JT808LocationAttachMethod { get; set; }
  10. }
  11. }