mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Legacy: Drop deprecated APIs
Drop icsneoFindNeoDevices() and icsneoOpenNeoDevice() in favor of icsneoFindDevices() and icsneoOpenDevice(), respectively. Also fixes: - Failure to re-open a device after it has been closed with the C/legacy APIs - NumberOfClients not being updated - FIRE3 settings missing in icsneoGetDeviceSettingsType()
This commit is contained in:
committed by
Kyle Schwarz
parent
219a5edbd8
commit
06f6861130
@@ -2,7 +2,7 @@
|
||||
LIBRARY icsneolegacy
|
||||
|
||||
EXPORTS
|
||||
icsneoOpenPort @21
|
||||
; icsneoOpenPort @21
|
||||
icsneoClosePort @22
|
||||
icsneoGetMessages @23
|
||||
icsneoTxMessages @24
|
||||
@@ -12,12 +12,12 @@ EXPORTS
|
||||
icsneoSendConfiguration @30
|
||||
icsneoGetSerialNumber @32
|
||||
; icsneoFindAllUSBDevices @33
|
||||
icsneoOpenPortEx @34
|
||||
; icsneoOpenPortEx @34
|
||||
icsneoStopSockServer @35
|
||||
icsneoGetErrorInfo @36
|
||||
icsneoGetDLLVersion @37
|
||||
icsneoGetConfiguration @38
|
||||
icsneoFindAllCOMDevices @39
|
||||
; icsneoFindAllCOMDevices @39
|
||||
icsneoGetISO15765Status @40
|
||||
icsneoSetISO15765RxParameters @41
|
||||
; icsneoSetPerformanceParameters @42
|
||||
@@ -39,8 +39,8 @@ EXPORTS
|
||||
icsneoScriptStart @ 57
|
||||
icsneoScriptStop @ 58
|
||||
|
||||
icsneoFindNeoDevices @ 62
|
||||
icsneoOpenNeoDevice @ 63
|
||||
; icsneoFindNeoDevices @ 62
|
||||
; icsneoOpenNeoDevice @ 63
|
||||
; icsneoOpenNeoDeviceBySerialNumber @ 64
|
||||
|
||||
icsneoForceFirmwareUpdate @ 65
|
||||
@@ -132,7 +132,7 @@ EXPORTS
|
||||
; icsneoGetAllChipVersions @149
|
||||
icsneoSetBitRateEx @ 150
|
||||
; icsneoScriptGetScriptStatusEx @ 151
|
||||
icsneoOpenNeoDeviceByChannels @ 152
|
||||
; icsneoOpenNeoDeviceByChannels @ 152
|
||||
; icsneoGetChannelLockStatus @ 153
|
||||
; icsneoRequestEnterSleepMode @ 154
|
||||
icsneoEnableNetworkComEx @ 155
|
||||
|
||||
Reference in New Issue
Block a user