初始化上传
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace SharpModbus
|
||||
{
|
||||
public interface IModbusWrapper : IModbusCommand
|
||||
{
|
||||
IModbusCommand Wrapped { get; }
|
||||
byte[] GetException(byte code);
|
||||
void CheckException(byte[] respose, int count);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user