using System;
using System.Collections.Generic;
using System.Text;
using JT808.Protocol.MessageBody;
namespace JT808.Protocol.Interfaces
{
///
/// 自定义数据下行透传消息工厂
///
public interface IJT808_0x8900_Custom_Factory : IJT808ExternalRegister
{
///
///
///
IDictionary Map { get; }
///
///
///
///
///
IJT808_0x8900_Custom_Factory SetMap();
}
}