Click or drag to resize

Updating WCF Link definitions

No significant changes have been made to the IRelaxISWCFLink interface except for changing the API to use the new ImpedanceSpectrum class instead.

The API of the RelaxIS WCF Link was not significantly changed.

The interface functions now operate on the new ImpedanceSpectrum class instead of ImpedanceSpectrum_[...] classes. This may require some changes in regards to accessing the data in the objects.

Please refer to the General breaking changes in 3.0.23 to learn about how the data in the object is now accessed.

Prerequisites

Introduce using statements for the relevant namespaces.

C#
using RelaxIS_SDK.Common;

Replacing the API

See Also