API: Legacy: Implement functions necessary for J2534

icsneoEnableNetworkComEx
icsneoGetDeviceSettingsType
icsneoGetDeviceSettings
icsneoSetDeviceSettings
icsneoGetMiniportAdapterInfo
icsneoEnableDOIPLine
icsneoGetVnetSimpleNetid
icsneoGetNetidforSlaveVNETs
icsneoSetBitRateEx
icsneoSetFDBitRate
icsneoSerialNumberFromString
icsneoJ2534Cmd

_stdcall convention added with .def file (octal support)

use NumberBytesHeader instead of NodeID in txmessagesEx
This commit is contained in:
Sangeetha Hariharasudhan
2021-06-10 16:58:11 -04:00
committed by Paul Hollinsky
parent 4095f23ded
commit 9e70a9d51f
10 changed files with 1468 additions and 253 deletions
@@ -5,6 +5,7 @@
#ifdef ICSNEOC_MAKEDLL
#define DLLExport __declspec(dllexport)
#define LegacyDLLExport _stdcall
#else
#define DLLExport __declspec(dllimport)
#endif