mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-06 08:19:58 +01:00
11 lines
82 B
C#
11 lines
82 B
C#
|
|
namespace SDRSharp.Radio
|
||
|
|
{
|
||
|
|
public enum DataType
|
||
|
|
{
|
||
|
|
RF,
|
||
|
|
IF,
|
||
|
|
AF,
|
||
|
|
none
|
||
|
|
}
|
||
|
|
}
|