int MSXExxxx__DigitalIOGetInputsFilterConfiguration ( xsd__unsignedLong  ulPort,
xsd__unsignedLong  ulOption1,
struct MSXExxxx__DigitalIOGetInputsFilterConfigurationResponse Response 
)

Reads the digital inputs filter configuration for the selected port.

Parameters:
[in] ulPort Selected digital I/O port (0 to MSXExxxx__DigitalIOGetNumberOfPorts)
Please read the documentation of the MSXExxxx__DigitalIOGetNumberOfPorts for the description of a port.
[in] ulOption1 Reserved. Set to 0
[out] Response 
sResponse.iReturnValue

  • 0: The remote function performed OK
  • -1: System error occurred
  • -2: The ulPort parameter is wrong
  • -100: Internal system error occurred. See value of syserrno

sResponse.syserrno system error code (the value of the libc "errno" code)
ulFilterTime Filter time value (from 1 to 16777215) 1 corresponds to 250 ns, 2 corresponds to 500 ns, ...
ulFilter Digital inputs filter selection. Each bit indicate the filter state for one digital input channel.

Return values:
0 SOAP_OK
Others See SOAP error