mirror of
https://github.com/UzixLS/sdrsharp-catcontroller.git
synced 2025-07-18 23:01:39 +03:00
refactor protocol
This commit is contained in:
17
ProtocolInterface.cs
Normal file
17
ProtocolInterface.cs
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Created by SharpDevelop.
|
||||
* User: uzix
|
||||
* Date: 04.01.2017
|
||||
* Time: 16:02
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace SDRSharp.SerialController
|
||||
{
|
||||
public interface ProtocolInterface
|
||||
{
|
||||
string EndMarker { get; }
|
||||
string PktTransmitter(string ChangedProperty);
|
||||
string PktReceiver(string ReveivedData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user