int MSXExxxx__SinCosRelease ( xsd__unsignedLong  ulChannel,
xsd__unsignedLong  ulOption01,
xsd__unsignedLong  ulOption02,
struct MSXExxxx__Response Response 
)

Release the selected Sine / Cosine channel.

Parameters:
[in] ulChannel Channel selection (0 to MSXExxxx__SinCosGetNumberOfChannels - 1)
[in] ulOption01 Reserved. Set it to 0
[in] ulOption02 Reserved. Set it to 0
[out] Response Response of the system

  • iReturnValue Function return code
    • 0: The remote function performed OK
    • -1: System error occurred
    • -2: The PLD is not working
    • -3: The ulChannel parameter is wrong
    • -4: The current status is not correct. The selected Sine/Cosine channel is not initialised
    • -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