Try to process measure data excluding pretreatment.


Namespace: PalmSens.Comm
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Protected MustOverride Function TryProcessData() As Boolean
C#
protected abstract bool TryProcessData()
C++
protected:
 bool TryProcessData() abstract 
J#
protected abstract bool TryProcessData()
JScript
protected abstract  function TryProcessData() : bool

Return Value

whether the measurement is finished

See Also