Click or drag to resize

IRelaxISWCFLinkReadEISData Method

Parse the given data with a built-in file format if possible and return the spectra.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[OperationContractAttribute]
List<ImpedanceSpectrum> ReadEISData(
	IList<byte> data
)

Parameters

data  IListByte
The data to read.

Return Value

ListImpedanceSpectrum
The list of spectra, if any.
See Also