DeviceId Change Support

This commit is contained in:
罗圣
2016-09-01 15:16:31 +08:00
parent a465d5b6ea
commit 0f0da2d585
22 changed files with 222 additions and 146 deletions

View File

@@ -8,7 +8,9 @@ namespace Modbus.Net.OPC
{
public abstract class OpcProtocal : BaseProtocal
{
protected OpcProtocal() : base(0, 0)
{
}
}
public class ReadRequestOpcInputStruct : InputStruct