public enum RxTxType : int
{
// For all receivers (i.e. ID’s < 0) this parameter defines the radio being used:
HackRF = -1,
TwinRx = -2,
B200Mini = -3,
IdealSDR = -4,
// For transmitters (i.e. ID’s >= 0) this parameter defines transmitter signal type:
QPSK = 1,
SIN = 2,
FMRadio = 3,
// Should not happen, but you never know ...
Unknown = 4242
} // end public enum RxTxType
Currently, we have only the follow ones: