mirror of
https://github.com/UzixLS/sdrsharp-catcontroller.git
synced 2025-07-18 23:01:39 +03:00
improve hamlib compatibility (#3)
This commit is contained in:
@ -11,6 +11,7 @@ namespace SDRSharp.SerialController
|
||||
public interface ProtocolInterface
|
||||
{
|
||||
string EndMarker { get; }
|
||||
int MaxLen { get; }
|
||||
string PktTransmitter(string ChangedProperty);
|
||||
string PktReceiver(string ReveivedData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user