It can be used before each command in order to get (after the call of the command) the status of the system using MSXE17xx__MFEndatGetErrorSources.
Once an error is detected using MSXE17xx__MFEndatGetErrorSources, you have to clear it using this function.
- Parameters:
-
[in] | ulConnectorIndex | Index of the EnDat connector (0 to 3). See on the MSX-E system. |
[in] | ulChannelIndex | Index of the channel. Set to 0 |
[in] | ulOption01 | Reserved. Set to 0 |
[in] | ulOption02 | Reserved. Set to 0 |
[in] | ulOption03 | Reserved. Set to 0 |
[in] | ulOption04 | Reserved. Set to 0 |
[out] | Response |
iReturnValue
- 0 The remote function performed OK
- -1 System error occurred
- -2 The PLD is not working
- -3 The ulConnectorIndex parameter is wrong
- -4 The ulChannelIndex parameter is wrong
- -5 The component is not programmed as EnDat
- -100 Internal system error occurred. See value of syserrno
syserrno system-error code (the value of the libc "errno" code) |
- Return values:
-
| 0 | SOAP_OK |
| Others | See SOAP error |