Added bias-t support to rtl_tcp source

This commit is contained in:
Ryzerth
2021-07-21 15:42:01 +02:00
parent fb32b4d55a
commit 8d3f646aec
2 changed files with 20 additions and 0 deletions

View File

@@ -172,6 +172,10 @@ public:
sendCommand(13, index);
}
void setBiasTee(bool enabled) {
sendCommand(14, index);
}
private:
#ifdef _WIN32
SOCKET sock;