update 2014-07-31
This commit is contained in:
9
NA200H/ModBus.Net/ProtocalLinker.cs
Normal file
9
NA200H/ModBus.Net/ProtocalLinker.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ModBus.Net
|
||||
{
|
||||
public abstract class ProtocalLinker
|
||||
{
|
||||
public abstract byte[] SendReceive(byte[] content);
|
||||
|
||||
public abstract bool SendOnly(byte[] content);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user