初始化上传
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace SharpSerial
|
||||
{
|
||||
public interface ISerialStream : IDisposable
|
||||
{
|
||||
void Write(byte[] data);
|
||||
byte[] Read(int size, int eop, int toms);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user