Implemented icsneoLoadDefaultSettings to apply the default settings to the device.

This commit is contained in:
Joseph Niksa
2023-04-20 05:00:46 +00:00
parent 4fa813ccbc
commit 83f6c611fe
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -78,6 +78,8 @@ extern int LegacyDLLExport icsneoGetDeviceSettingsType(void* hObject, EPlasmaIon
extern int LegacyDLLExport icsneoSetDeviceSettings(void* hObject, SDeviceSettings* pSettings, int iNumBytes, int bSaveToEEPROM, EPlasmaIonVnetChannel_t vnetSlot);
extern int LegacyDLLExport icsneoGetDeviceSettings(void* hObject, SDeviceSettings* pSettings, int iNumBytes, EPlasmaIonVnetChannel_t vnetSlot);
extern int LegacyDLLExport icsneoLoadDefaultSettings(void* hObject);
extern int LegacyDLLExport icsneoSetUSBLatency(NeoDevice* pNeoDevice, unsigned long LatencyVal);
extern unsigned int LegacyDLLExport icsneoGetCANControllerClockFrequency(void* hObject, int lNetworkID);