Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.01 KB

File metadata and controls

24 lines (23 loc) · 1.01 KB

版本记录:[version history]

*表示部分代码可能与前版本不兼容 [*For some code is incompatible with previous versions]

v2.2.0 *

1.更新文档和名称空间为PMcProtocol [Update namespace]

v2.1.7

1.构造函数增加默认端口6000 [Default port]

v2.1.6

1.开放 PLCData[T].Bytes,可用于获取元数据 [Public PLCData[T].Bytes]

v2.1.5

1.对.Net5的支持 [Support for net5]

v2.1.0

1.增加读写锁,解决多线程网络拥堵的情况(在使用中请不要太频繁,可能会造成死锁) [add read/write lock,Solve network congestion under multi-threading]

v2.0.1

1.增加包注释 [add package comments]

v2.0.0 *

1.增加名称空间'McProtocol.Mitsubishi' [add using McProtocol.Mitsubishi]
2.扩展接口IPlc方法 [interface IPlc add function]
3.更新文档 [Update document]

v1.2.7

1.更新文档 [Update document]

v1.2.6

1.对net4.5的支持 [Support for net4.5]