Process received data.


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

Syntax

Visual Basic (Declaration)
Protected Overrides Function TryProcessData() As Boolean
C#
protected override bool TryProcessData()
C++
protected:
 virtual bool TryProcessData() override 
J#
protected override bool TryProcessData()
JScript
protected override  function TryProcessData() : bool

Return Value

whether the measurement is finished

See Also