update 2014-07-31 3
This commit is contained in:
11
NA200H/ModBus.Net/IProtocalFormatting.cs
Normal file
11
NA200H/ModBus.Net/IProtocalFormatting.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ModBus.Net
|
||||
{
|
||||
public interface IProtocalFormatting
|
||||
{
|
||||
byte[] Format(InputStruct message);
|
||||
|
||||
byte[] Format(params object[] message);
|
||||
|
||||
OutputStruct Unformat(byte[] messageBytes, ref int pos);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user