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:
19
SerialRadioInterface.cs
Normal file
19
SerialRadioInterface.cs
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Created by SharpDevelop.
|
||||
* User: uzix
|
||||
* Date: 04.01.2017
|
||||
* Time: 16:46
|
||||
*/
|
||||
using System;
|
||||
|
||||
using SDRSharp.Radio;
|
||||
|
||||
|
||||
namespace SDRSharp.SerialController
|
||||
{
|
||||
public interface SerialRadioInterface
|
||||
{
|
||||
long RadioFrequency { get; set; }
|
||||
DetectorType RadioMode { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user