|
- Parameters:
-
[in] | ulMFModuleIndex | : index of the multifunction sub module (0 to 3).
|
[in] | ulEdgeSelection | : Front selection
- 01 : rising front
- 10 : falling front
- 11 : Both front
|
[in] | ulOption01 | : set it to 0 |
[in] | ulOption02 | : set it to 0 |
[out] | Response | :
iReturnValue :
- 0: means the remote function performed OK
- -1: means an system error occured
- -2: Multifunction sub module index selection error
- -3: Multifunction sub module is not a incremental counter
- -4: Index edge selection error
- -5: Incremental counter not initialised
- -6: Index already initialised
- -100: Init index kernel function error
syserrno : system-error code (the value of the libc "errno" code) |
- Returns:
- 0: SOAP_OK
- <> 0: See SOAP error
|