improve hamlib compatibility (#3)

This commit is contained in:
UzixLS
2018-02-27 21:40:09 +03:00
parent 40ba5cd3f8
commit 11d6358712
5 changed files with 93 additions and 36 deletions

View File

@ -11,6 +11,7 @@ namespace SDRSharp.SerialController
public interface ProtocolInterface
{
string EndMarker { get; }
int MaxLen { get; }
string PktTransmitter(string ChangedProperty);
string PktReceiver(string ReveivedData);
}