|
- Parameters:
-
[in] | ChannelList | Each index of the array represents a channel. A filter can be affected to each channel. If FilterID = 0, no filter is set (the filter is disabled on the corresponding channel). e.g.: ChannelList[0] = FilterID // Set FilterID on channel 0. |
[out] | Response |
- sResponse.iReturnValue : Return value
- 0 : success
- -1: system error (see syserrno)
- sResponse.syserrno : System-error code. The value of the libc "errno" code, see MXCommon__Strerror().
|
- Return values:
-
| SOAP_OK | SOAP call success |
| otherwise | SOAP protocol error |
|