Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- using JT808.Protocol.MessageBody;
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace JT808.Protocol.Interfaces
- {
- public interface IJT808_0x8103_Custom_Factory : IJT808ExternalRegister
- {
- IDictionary<uint, object> Map { get;}
-
- IJT808_0x8103_Custom_Factory SetMap<TJT808_0x8103_CustomBody>() where TJT808_0x8103_CustomBody : JT808_0x8103_CustomBodyBase;
- }
- }
|