Adding icsneoSetFDBitRate api to the icsneolocacy

This commit is contained in:
Pierre-Luc Tessier Gagne
2020-09-23 07:23:17 -04:00
parent 8e999a0fb8
commit 90b04f4578
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ extern int DLLExport icsneoGetRADStar2Settings(void* hObject, SRADStar2Settings*
extern int DLLExport icsneoSetRADStar2Settings(void* hObject, SRADStar2Settings* pSettings, int iNumBytes, int bSaveToEEPROM);
extern int DLLExport icsneoSetBitRate(void* hObject, int BitRate, int NetworkID);
extern int DLLExport icsneoSetFDBitRate(void* hObject, int BitRate, int NetworkID);
extern int DLLExport icsneoGetDeviceParameters(void* hObject, char* pParameter, char* pValues, short ValuesLength);
extern int DLLExport icsneoSetDeviceParameters(void* hObject, char* pParmValue, int* pErrorIndex, int bSaveToEEPROM);