Browse Source

在GlobalConfigBase中添加国标0x0200和0x8103的外部程序集注册

tags/v2.2.0
SmallChi(Koike) 5 years ago
parent
commit
fd7a0fac62
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/JT808.Protocol/Interfaces/GlobalConfigBase.cs

+ 2
- 0
src/JT808.Protocol/Interfaces/GlobalConfigBase.cs View File

@@ -49,7 +49,9 @@ namespace JT808.Protocol.Interfaces
foreach (var easb in externalAssemblies)
{
FormatterFactory.Register(easb);
JT808_0X0200_Factory.Register(easb);
JT808_0X0200_Custom_Factory.Register(easb);
JT808_0X8103_Factory.Register(easb);
JT808_0X8103_Custom_Factory.Register(easb);
}
}


Loading…
Cancel
Save