API: Legacy: Update def file with the correct ordinals
parent
a43c0117d6
commit
45c879c2b6
|
|
@ -1,99 +1,211 @@
|
|||
|
||||
LIBRARY icsneolegacy
|
||||
|
||||
EXPORTS
|
||||
icsneoFindDevices @1
|
||||
icsneoFindNeoDevices @2
|
||||
icsneoOpenNeoDevice @3
|
||||
icsneoClosePort @4
|
||||
icsneoFreeObject @5
|
||||
icsneoOpenDevice @6
|
||||
icsneoGetMessages @7
|
||||
icsneoTxMessages @8
|
||||
icsneoTxMessagesEx @9
|
||||
icsneoWaitForRxMessagesWithTimeOut @10
|
||||
icsneoEnableNetworkRXQueue @11
|
||||
icsneoGetTimeStampForMsg @12
|
||||
icsneoGetISO15765Status @13
|
||||
icsneoSetISO15765RxParameters @14
|
||||
icsneoGetConfiguration @15
|
||||
icsneoSendConfiguration @16
|
||||
icsneoGetFireSettings @17
|
||||
icsneoSetFireSettings @18
|
||||
icsneoGetVCAN3Settings @19
|
||||
icsneoSetVCAN3Settings @20
|
||||
icsneoGetFire2Settings @21
|
||||
icsneoSetFire2Settings @22
|
||||
icsneoGetVCANRFSettings @23
|
||||
icsneoGetVCAN412Settings @24
|
||||
icsneoSetVCAN412Settings @25
|
||||
icsneoGetRADGalaxySettings @26
|
||||
icsneoSetRADGalaxySettings @27
|
||||
icsneoGetRADStar2Settings @28
|
||||
icsneoSetRADStar2Settings @29
|
||||
icsneoSetBitRate @30
|
||||
icsneoSetBitRateEx @31
|
||||
icsneoSetFDBitRate @32
|
||||
icsneoGetDeviceParameters @33
|
||||
icsneoSetDeviceParameters @34
|
||||
icsneoGetVCAN4Settings @35
|
||||
icsneoSetVCAN4Settings @36
|
||||
icsneoGetDeviceSettingsType @37
|
||||
icsneoSetDeviceSettings @38
|
||||
icsneoGetDeviceSettings @39
|
||||
icsneoSetUSBLatency @40
|
||||
icsneoGetCANControllerClockFrequency @41
|
||||
icsneoSetCANParameters @42
|
||||
icsneoSetCANParametersPhilipsSJA1000 @43
|
||||
icsneoOpenRemoteNeoDevice @44
|
||||
icsneoFindRemoteNeoDevices @45
|
||||
icsneoGetLastAPIError @46
|
||||
icsneoGetErrorMessages @47
|
||||
icsneoGetErrorInfo @48
|
||||
icsneoISO15765_EnableNetworks @49
|
||||
icsneoISO15765_DisableNetworks @50
|
||||
icsneoISO15765_TransmitMessage @51
|
||||
icsneoISO15765_ReceiveMessage @52
|
||||
icsneoValidateHObject @53
|
||||
icsneoGetDLLVersion @54
|
||||
icsneoGetDLLVersionEx @55
|
||||
icsneoGetSerialNumber @56
|
||||
icsneoSerialNumberFromString @57
|
||||
icsneoSerialNumberToString @58
|
||||
icsneoStartSockServer @59
|
||||
icsneoStopSockServer @60
|
||||
icsneoScriptStart @61
|
||||
icsneoScriptStop @62
|
||||
icsneoScriptLoad @63
|
||||
icsneoScriptClear @64
|
||||
icsneoScriptStartFBlock @65
|
||||
icsneoScriptGetFBlockStatus @66
|
||||
icsneoScriptStopFBlock @67
|
||||
icsneoScriptGetScriptStatus @68
|
||||
icsneoScriptReadAppSignal @69
|
||||
icsneoScriptWriteAppSignal @70
|
||||
icsneoOpenPortEx @71
|
||||
icsneoOpenPort @72
|
||||
icsneoFindAllCOMDevices @73
|
||||
icsneoEnableNetworkComEx @74
|
||||
icsneoEnableNetworkCom @75
|
||||
icsneoForceFirmwareUpdate @76
|
||||
icsneoGetHWFirmwareInfo @77
|
||||
icsneoGetDLLFirmwareInfo @78
|
||||
icsneoGetDLLFirmwareInfoEx @79
|
||||
icsneoFirmwareUpdateRequired @80
|
||||
icsneoJ2534Cmd @81
|
||||
icsneoSendRawCmds @82
|
||||
icsneoEnableBusVoltageMonitor @83
|
||||
icsneoGetBusVoltage @84
|
||||
icsneoGetNetidforSlaveVNETs @85
|
||||
icsneoGetVnetSimpleNetid @86
|
||||
icsneoEnableDOIPLine @87
|
||||
icsneoGetMiniportAdapterInfo @88
|
||||
icsneoSendHWTimeRequest @89
|
||||
icsneoReceiveHWTimeResponse @90
|
||||
icsneoEnableBitSmash @91
|
||||
icsneoDisableBitSmash @92
|
||||
icsneoOpenNeoDeviceByChannels @93
|
||||
icsneoISO15765_TransmitMessageEx @94
|
||||
icsneoSetVCANRFSettings @95
|
||||
EXPORTS
|
||||
icsneoOpenPort @21
|
||||
icsneoClosePort @22
|
||||
icsneoGetMessages @23
|
||||
icsneoTxMessages @24
|
||||
icsneoFreeObject @25
|
||||
icsneoGetErrorMessages @26
|
||||
icsneoStartSockServer @29
|
||||
icsneoSendConfiguration @30
|
||||
icsneoGetSerialNumber @32
|
||||
icsneoFindAllUSBDevices @33
|
||||
icsneoOpenPortEx @34
|
||||
icsneoStopSockServer @35
|
||||
icsneoGetErrorInfo @36
|
||||
icsneoGetDLLVersion @37
|
||||
icsneoGetConfiguration @38
|
||||
icsneoFindAllCOMDevices @39
|
||||
icsneoGetISO15765Status @40
|
||||
icsneoSetISO15765RxParameters @41
|
||||
icsneoSetPerformanceParameters @42
|
||||
icsneoEnableNetworkCom @ 43
|
||||
icsneoGetPerformanceParameters @ 44
|
||||
icsneoSetupISO15765HwSupport @ 45
|
||||
icsneoWaitForRxMessagesWithTimeOut @ 46
|
||||
icsneoGetErrorInfoW @47
|
||||
icsneoGetOpenPorts @ 48
|
||||
icsneoGetPerformanceTimer @ 49
|
||||
icsneoFindFirstFreeDevice @ 50
|
||||
icsneoJ2534Cmd @ 51
|
||||
|
||||
icsneoScriptStartFBlock @ 52
|
||||
icsneoScriptStopFBlock @ 53
|
||||
icsneoScriptGetFBlockStatus @ 54
|
||||
icsneoScriptReadTxMessage @ 55
|
||||
icsneoScriptWriteTxMessage @ 56
|
||||
icsneoScriptStart @ 57
|
||||
icsneoScriptStop @ 58
|
||||
|
||||
icsneoFindNeoDevices @ 62
|
||||
icsneoOpenNeoDevice @ 63
|
||||
icsneoOpenNeoDeviceBySerialNumber @ 64
|
||||
|
||||
icsneoForceFirmwareUpdate @ 65
|
||||
icsneoGetHWFirmwareInfo @ 66
|
||||
icsneoGetDLLFirmwareInfo @ 67
|
||||
|
||||
icsneoSetupISO15765HwSupportEx @ 68
|
||||
|
||||
icsneoSetBitRate @ 69
|
||||
|
||||
icsneoReadSDCard @ 72
|
||||
icsneoGetTimeStampForMsg @ 73
|
||||
|
||||
icsneoWriteSDCard @ 76
|
||||
|
||||
icsneoScriptLoad @ 77
|
||||
icsneoScriptClear @ 78
|
||||
icsneoGetLastAPIError @ 79
|
||||
icsneoValidateHObject @ 80
|
||||
|
||||
icsneoScriptReadAppSignal @ 81
|
||||
icsneoScriptWriteAppSignal @ 82
|
||||
|
||||
icsneoScriptReadISO15765_2_TxMessage @ 84
|
||||
icsneoScriptWriteISO15765_2_TxMessage @ 85
|
||||
icsneoScriptReadRxMessage @ 86
|
||||
icsneoScriptWriteRxMessage @ 87
|
||||
|
||||
icsneoScriptGetScriptStatus @ 91
|
||||
|
||||
icsneoEnableNetworkRXQueue @ 94
|
||||
icsneoGetFireSettings @ 95
|
||||
icsneoSetFireSettings @ 96
|
||||
|
||||
icsneoGetVCAN3Settings @ 97
|
||||
icsneoSetVCAN3Settings @ 98
|
||||
|
||||
icsneoGetDeviceParameters @99
|
||||
icsneoSetDeviceParameters @100
|
||||
|
||||
icsneoSetReflashCallback @101
|
||||
|
||||
icsneoSetReflashDisplayCallbacks @102
|
||||
icsneoClearReflashDisplayCallbacks @103
|
||||
|
||||
icsneoGetStoredFirmwareInfo @104
|
||||
icsneoDownloadISO15765_2_TXScript @ 105
|
||||
icsneoTransmitISO15765_2_Message @106
|
||||
icsneoClearISO15765_2_TxScript @ 107
|
||||
|
||||
icsneoGetDLLVersionEx @108
|
||||
|
||||
icsneoEnable_ISO15765_2_By_Network @ 111
|
||||
icsneoDisable_ISO15765_2 @ 112
|
||||
icsneoSetISO15765_2_FlowCtlID @ 113
|
||||
icsneoClearISO15765_2_FlowCtlID @ 114
|
||||
icsneoClearAllISO15765_2_FlowCtlIDs @ 115
|
||||
|
||||
icsneoSetContext @ 116
|
||||
icsneoFindNeoDevicesEx @ 117
|
||||
icsneoOpenNeoDeviceEx @ 118
|
||||
|
||||
icsneoFindRemoteNeoDevices @ 120
|
||||
icsneoOpenRemoteNeoDevice @ 121
|
||||
icsneoISO15765_EnableNetworks @122
|
||||
icsneoISO15765_DisableNetworks @123
|
||||
icsneoISO15765_TransmitMessage @124
|
||||
|
||||
icsneoGetCANControllerClockFrequency @129
|
||||
icsneoSetCANParameters @130
|
||||
icsneoSetCANParametersPhilipsSJA1000 @131
|
||||
|
||||
icsneoSendTextApi @132
|
||||
icsneoGetTextApi @133
|
||||
icsneoScriptReadISO15765_2_RxMessage @ 134
|
||||
icsneoScriptWriteISO15765_2_RxMessage @ 135
|
||||
|
||||
icsneoScriptLoadReadBin @ 136
|
||||
icsneoEnableCoreMiniUsbFilter @ 137
|
||||
icsneoConfigureNetworkMsgQueue @ 138
|
||||
icsneoEnableBusVoltageMonitor @ 139
|
||||
icsneoGetBusVoltage @ 140
|
||||
icsneoEnableBitSmash @141
|
||||
icsneoDisableBitSmash @142
|
||||
icsneoReceiveHWTimeResponse @143
|
||||
icsneoSendHWTimeRequest @144
|
||||
icsneoSetUSBLatency @145
|
||||
icsneoLoadDefaultSettings @146
|
||||
icsneoGetAllChipVersions @149
|
||||
icsneoSetBitRateEx @ 150
|
||||
icsneoScriptGetScriptStatusEx @ 151
|
||||
icsneoOpenNeoDeviceByChannels @ 152
|
||||
icsneoGetChannelLockStatus @ 153
|
||||
icsneoRequestEnterSleepMode @ 154
|
||||
icsneoEnableNetworkComEx @ 155
|
||||
icsneoLockChannels @ 156
|
||||
icsneoUnlockChannels @ 157
|
||||
|
||||
icsneoGetFireVnetSettings @ 160
|
||||
icsneoSetFireVnetSettings @ 161
|
||||
|
||||
icsneoGetFire2Settings @ 162
|
||||
icsneoSetFire2Settings @ 163
|
||||
icsneoSetFDBitRate @ 164
|
||||
|
||||
icsneoTxMessagesEx @165
|
||||
|
||||
icsneoGetVCANRFSettings @ 167
|
||||
icsneoSetVCANRFSettings @ 168
|
||||
|
||||
icsneoFirmwareUpdateRequired @ 169
|
||||
|
||||
icsneoGetRADGalaxySettings @170
|
||||
icsneoSetRADGalaxySettings @171
|
||||
|
||||
icsneoGetNetidforSlaveVNETs @172
|
||||
icsneoGetVnetSimpleNetid @173
|
||||
icsneoISO15765_ReceiveMessage @174
|
||||
icsneoGetDLLFirmwareInfoEx @175
|
||||
icsneoBase36enc @176
|
||||
icsneoGetRADStar2Settings @177
|
||||
icsneoSetRADStar2Settings @178
|
||||
|
||||
icsneoGetBackupPowerEnabled @179
|
||||
icsneoSetBackupPowerEnabled @180
|
||||
icsneoGetBackupPowerReady @181
|
||||
icsneoSerialNumberFromString @182
|
||||
icsneoSerialNumberToString @183
|
||||
icsneoISO15765_TransmitMessageEx @184
|
||||
|
||||
icsneoGetActiveVNETChannel @ 189
|
||||
icsneoSetActiveVNETChannel @ 190
|
||||
|
||||
icsneoGetDeviceSettings @191
|
||||
icsneoSetDeviceSettings @192
|
||||
icsneoGetDeviceSettingsType @193
|
||||
|
||||
icsneoGetVCAN412Settings @ 194
|
||||
icsneoSetVCAN412Settings @ 195
|
||||
|
||||
icsneoGetVividCANSettings @ 196
|
||||
icsneoSetVividCANSettings @ 197
|
||||
icsneoFindNeoDevicesNewStyle @ 198
|
||||
|
||||
icsneoGetDeviceStatus @ 202
|
||||
|
||||
icsneoFindDevices @ 203
|
||||
icsneoOpenDevice @ 204
|
||||
|
||||
icsneoEnableDOIPLine @ 205
|
||||
icsneoGetMiniportAdapterInfo @ 206
|
||||
|
||||
icsneoGetVCAN4Settings @ 207
|
||||
icsneoSetVCAN4Settings @ 208
|
||||
|
||||
icsneoReadWritePHYSettings @ 214
|
||||
|
||||
icsneoRequestDiskDetails @ 217
|
||||
icsneoRequestDiskFormat @ 218
|
||||
icsneoRequestDiskFormatProgress @ 219
|
||||
icsneoRequestDiskFormatCancel @ 220
|
||||
|
||||
icsneoGetRADGigastarSettings @ 221
|
||||
icsneoSetRADGigastarSettings @ 222
|
||||
icsneoGetRADA2BSettings @ 223
|
||||
icsneoSetRADA2BSettings @ 224
|
||||
|
||||
icsneoScriptClearRxMessage @225
|
||||
Loading…
Reference in New Issue